Shades of Dark Cyan #09888B
Tints of Dark Cyan #09888B
RGB
CMYK
RGB Variations
Color information
#09888B (or 0x09888B) is known color: Dark Cyan. HEX triplet: 09, 88 and 8B. RGB value is (9,136,139). Sum of RGB (Red+Green+Blue) = 9+136+139=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #09888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09888B is #F67774. Grayscale: #626262. Windows color (decimal): -16152437 or 9144329. OLE color: 9144329.
HSL color Cylindrical-coordinate representation of color #09888B: hue angle of 181.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09888B is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 136 | 139 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.45 |
| HSL | 181.38º | 0.88% | 0.29% | - |
| HSV(B) | 181.38º | 0.94% | 0.55% | - |
| XYZ | 13.58 | 19.53 | 27.48 | - |
| YUV | 98.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 139 | 0.94 | 0.02 | 0 | 0.45 | 181.38 | 0.88 | 0.29 |
| Hex | 9 | 88 | 8B | 5E | 2 | 0 | 2D | B5 | 58 | 1D |
| Octal | 11 | 210 | 213 | 136 | 2 | 0 | 55 | 265 | 130 | 35 |
| Binary | 1001 | 10001000 | 10001011 | 1011110 | 10 | 0 | 101101 | 10110101 | 1011000 | 11101 |
Color Harmonies of #09888B
Complementary color
Monochromatic Colors of #09888B
Black with #09888B
Text Example
Text Example
White with #09888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09888B; }
p { color: rgb(9,136,139); }
H1.HeaderClassName
{
color: #09888B;
}
.AnyTagClassName
{
color: #09888B;
}
</style>
background-color css
<style>
a { background-color: #09888B; }
a { background-color: rgb(9,136,139); }
div.DivClassName
{
background-color: #09888B;
}
.BgClassName
{
background-color: #09888B;
}
</style>
border-color css
<style>
span { border-color: #09888B; }
span { border-color: rgb(9,136,139); }
td.TdClassName
{
border-color: #09888B;
}
.TagClassName
{
border-color: #09888B;
}
</style>