Shades of Dark Cyan #07888F
Tints of Dark Cyan #07888F
RGB
CMYK
RGB Variations
Color information
#07888F (or 0x07888F) is known color: Dark Cyan. HEX triplet: 07, 88 and 8F. RGB value is (7,136,143). Sum of RGB (Red+Green+Blue) = 7+136+143=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #07888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07888F is #F87770. Grayscale: #626262. Windows color (decimal): -16283505 or 9406471. OLE color: 9406471.
HSL color Cylindrical-coordinate representation of color #07888F: hue angle of 183.09º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07888F is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 136 | 143 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.44 |
| HSL | 183.09º | 0.91% | 0.29% | - |
| HSV(B) | 183.09º | 0.95% | 0.56% | - |
| XYZ | 13.85 | 19.64 | 29.05 | - |
| YUV | 98.23 | 153.26 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 143 | 0.95 | 0.05 | 0 | 0.44 | 183.09 | 0.91 | 0.29 |
| Hex | 7 | 88 | 8F | 5F | 5 | 0 | 2C | B7 | 5B | 1D |
| Octal | 7 | 210 | 217 | 137 | 5 | 0 | 54 | 267 | 133 | 35 |
| Binary | 111 | 10001000 | 10001111 | 1011111 | 101 | 0 | 101100 | 10110111 | 1011011 | 11101 |
Color Harmonies of #07888F
Complementary color
Monochromatic Colors of #07888F
Black with #07888F
Text Example
Text Example
White with #07888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07888F; }
p { color: rgb(7,136,143); }
H1.HeaderClassName
{
color: #07888F;
}
.AnyTagClassName
{
color: #07888F;
}
</style>
background-color css
<style>
a { background-color: #07888F; }
a { background-color: rgb(7,136,143); }
div.DivClassName
{
background-color: #07888F;
}
.BgClassName
{
background-color: #07888F;
}
</style>
border-color css
<style>
span { border-color: #07888F; }
span { border-color: rgb(7,136,143); }
td.TdClassName
{
border-color: #07888F;
}
.TagClassName
{
border-color: #07888F;
}
</style>