Shades of Dark Cyan #09907F
Tints of Dark Cyan #09907F
RGB
CMYK
RGB Variations
Color information
#09907F (or 0x09907F) is known color: Dark Cyan. HEX triplet: 09, 90 and 7F. RGB value is (9,144,127). Sum of RGB (Red+Green+Blue) = 9+144+127=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #09907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09907F is #F66F80. Grayscale: #656565. Windows color (decimal): -16150401 or 8359945. OLE color: 8359945.
HSL color Cylindrical-coordinate representation of color #09907F: hue angle of 172.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09907F is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 144 | 127 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.44 |
| HSL | 172.44º | 0.88% | 0.3% | - |
| HSV(B) | 172.44º | 0.94% | 0.56% | - |
| XYZ | 13.92 | 21.54 | 23.5 | - |
| YUV | 101.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 127 | 0.94 | 0 | 0.12 | 0.44 | 172.44 | 0.88 | 0.3 |
| Hex | 9 | 90 | 7F | 5E | 0 | C | 2C | AC | 58 | 1E |
| Octal | 11 | 220 | 177 | 136 | 0 | 14 | 54 | 254 | 130 | 36 |
| Binary | 1001 | 10010000 | 1111111 | 1011110 | 0 | 1100 | 101100 | 10101100 | 1011000 | 11110 |
Color Harmonies of #09907F
Complementary color
Monochromatic Colors of #09907F
Black with #09907F
Text Example
Text Example
White with #09907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09907F; }
p { color: rgb(9,144,127); }
H1.HeaderClassName
{
color: #09907F;
}
.AnyTagClassName
{
color: #09907F;
}
</style>
background-color css
<style>
a { background-color: #09907F; }
a { background-color: rgb(9,144,127); }
div.DivClassName
{
background-color: #09907F;
}
.BgClassName
{
background-color: #09907F;
}
</style>
border-color css
<style>
span { border-color: #09907F; }
span { border-color: rgb(9,144,127); }
td.TdClassName
{
border-color: #09907F;
}
.TagClassName
{
border-color: #09907F;
}
</style>