Shades of Dark Cyan #00888D
Tints of Dark Cyan #00888D
RGB
CMYK
RGB Variations
Color information
#00888D (or 0x00888D) is known color: Dark Cyan. HEX triplet: 00, 88 and 8D. RGB value is (0,136,141). Sum of RGB (Red+Green+Blue) = 0+136+141=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #00888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00888D is #FF7772. Grayscale: #5F5F5F. Windows color (decimal): -16742259 or 9275392. OLE color: 9275392.
HSL color Cylindrical-coordinate representation of color #00888D: hue angle of 182.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00888D is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 136 | 141 | - |
| CMYK | 1 | 0.04 | 0 | 0.45 |
| HSL | 182.13º | 1% | 0.28% | - |
| HSV(B) | 182.13º | 1% | 0.55% | - |
| XYZ | 13.61 | 19.53 | 28.25 | - |
| YUV | 95.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 141 | 1 | 0.04 | 0 | 0.45 | 182.13 | 1 | 0.28 |
| Hex | 0 | 88 | 8D | 64 | 4 | 0 | 2D | B6 | 64 | 1C |
| Octal | 0 | 210 | 215 | 144 | 4 | 0 | 55 | 266 | 144 | 34 |
| Binary | 0 | 10001000 | 10001101 | 1100100 | 100 | 0 | 101101 | 10110110 | 1100100 | 11100 |
Color Harmonies of #00888D
Complementary color
Monochromatic Colors of #00888D
Black with #00888D
Text Example
Text Example
White with #00888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00888D; }
p { color: rgb(0,136,141); }
H1.HeaderClassName
{
color: #00888D;
}
.AnyTagClassName
{
color: #00888D;
}
</style>
background-color css
<style>
a { background-color: #00888D; }
a { background-color: rgb(0,136,141); }
div.DivClassName
{
background-color: #00888D;
}
.BgClassName
{
background-color: #00888D;
}
</style>
border-color css
<style>
span { border-color: #00888D; }
span { border-color: rgb(0,136,141); }
td.TdClassName
{
border-color: #00888D;
}
.TagClassName
{
border-color: #00888D;
}
</style>