Shades of Dark Cyan #09948F
Tints of Dark Cyan #09948F
RGB
CMYK
RGB Variations
Color information
#09948F (or 0x09948F) is known color: Dark Cyan. HEX triplet: 09, 94 and 8F. RGB value is (9,148,143). Sum of RGB (Red+Green+Blue) = 9+148+143=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #09948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09948F is #F66B70. Grayscale: #696969. Windows color (decimal): -16149361 or 9409545. OLE color: 9409545.
HSL color Cylindrical-coordinate representation of color #09948F: hue angle of 177.84º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09948F is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 143 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.42 |
| HSL | 177.84º | 0.89% | 0.31% | - |
| HSV(B) | 177.84º | 0.94% | 0.58% | - |
| XYZ | 15.66 | 23.22 | 29.64 | - |
| YUV | 105.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 143 | 0.94 | 0 | 0.03 | 0.42 | 177.84 | 0.89 | 0.31 |
| Hex | 9 | 94 | 8F | 5E | 0 | 3 | 2A | B2 | 59 | 1F |
| Octal | 11 | 224 | 217 | 136 | 0 | 3 | 52 | 262 | 131 | 37 |
| Binary | 1001 | 10010100 | 10001111 | 1011110 | 0 | 11 | 101010 | 10110010 | 1011001 | 11111 |
Color Harmonies of #09948F
Complementary color
Monochromatic Colors of #09948F
Black with #09948F
Text Example
Text Example
White with #09948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09948F; }
p { color: rgb(9,148,143); }
H1.HeaderClassName
{
color: #09948F;
}
.AnyTagClassName
{
color: #09948F;
}
</style>
background-color css
<style>
a { background-color: #09948F; }
a { background-color: rgb(9,148,143); }
div.DivClassName
{
background-color: #09948F;
}
.BgClassName
{
background-color: #09948F;
}
</style>
border-color css
<style>
span { border-color: #09948F; }
span { border-color: rgb(9,148,143); }
td.TdClassName
{
border-color: #09948F;
}
.TagClassName
{
border-color: #09948F;
}
</style>