Shades of Dark Cyan #08918C
Tints of Dark Cyan #08918C
RGB
CMYK
RGB Variations
Color information
#08918C (or 0x08918C) is known color: Dark Cyan. HEX triplet: 08, 91 and 8C. RGB value is (8,145,140). Sum of RGB (Red+Green+Blue) = 8+145+140=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #08918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08918C is #F76E73. Grayscale: #676767. Windows color (decimal): -16215668 or 9212168. OLE color: 9212168.
HSL color Cylindrical-coordinate representation of color #08918C: hue angle of 177.81º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08918C is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 140 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.43 |
| HSL | 177.81º | 0.9% | 0.3% | - |
| HSV(B) | 177.81º | 0.94% | 0.57% | - |
| XYZ | 14.96 | 22.2 | 28.31 | - |
| YUV | 103.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 140 | 0.94 | 0 | 0.03 | 0.43 | 177.81 | 0.9 | 0.3 |
| Hex | 8 | 91 | 8C | 5E | 0 | 3 | 2B | B2 | 5A | 1E |
| Octal | 10 | 221 | 214 | 136 | 0 | 3 | 53 | 262 | 132 | 36 |
| Binary | 1000 | 10010001 | 10001100 | 1011110 | 0 | 11 | 101011 | 10110010 | 1011010 | 11110 |
Color Harmonies of #08918C
Complementary color
Monochromatic Colors of #08918C
Black with #08918C
Text Example
Text Example
White with #08918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08918C; }
p { color: rgb(8,145,140); }
H1.HeaderClassName
{
color: #08918C;
}
.AnyTagClassName
{
color: #08918C;
}
</style>
background-color css
<style>
a { background-color: #08918C; }
a { background-color: rgb(8,145,140); }
div.DivClassName
{
background-color: #08918C;
}
.BgClassName
{
background-color: #08918C;
}
</style>
border-color css
<style>
span { border-color: #08918C; }
span { border-color: rgb(8,145,140); }
td.TdClassName
{
border-color: #08918C;
}
.TagClassName
{
border-color: #08918C;
}
</style>