Shades of Dark Cyan #07888C
Tints of Dark Cyan #07888C
RGB
CMYK
RGB Variations
Color information
#07888C (or 0x07888C) is known color: Dark Cyan. HEX triplet: 07, 88 and 8C. RGB value is (7,136,140). Sum of RGB (Red+Green+Blue) = 7+136+140=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #07888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07888C is #F87773. Grayscale: #616161. Windows color (decimal): -16283508 or 9209863. OLE color: 9209863.
HSL color Cylindrical-coordinate representation of color #07888C: hue angle of 181.8º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07888C is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 136 | 140 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.45 |
| HSL | 181.8º | 0.9% | 0.29% | - |
| HSV(B) | 181.8º | 0.95% | 0.55% | - |
| XYZ | 13.63 | 19.55 | 27.87 | - |
| YUV | 97.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 140 | 0.95 | 0.03 | 0 | 0.45 | 181.8 | 0.9 | 0.29 |
| Hex | 7 | 88 | 8C | 5F | 3 | 0 | 2D | B6 | 5A | 1D |
| Octal | 7 | 210 | 214 | 137 | 3 | 0 | 55 | 266 | 132 | 35 |
| Binary | 111 | 10001000 | 10001100 | 1011111 | 11 | 0 | 101101 | 10110110 | 1011010 | 11101 |
Color Harmonies of #07888C
Complementary color
Monochromatic Colors of #07888C
Black with #07888C
Text Example
Text Example
White with #07888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07888C; }
p { color: rgb(7,136,140); }
H1.HeaderClassName
{
color: #07888C;
}
.AnyTagClassName
{
color: #07888C;
}
</style>
background-color css
<style>
a { background-color: #07888C; }
a { background-color: rgb(7,136,140); }
div.DivClassName
{
background-color: #07888C;
}
.BgClassName
{
background-color: #07888C;
}
</style>
border-color css
<style>
span { border-color: #07888C; }
span { border-color: rgb(7,136,140); }
td.TdClassName
{
border-color: #07888C;
}
.TagClassName
{
border-color: #07888C;
}
</style>