Shades of Dark Cyan #08918A
Tints of Dark Cyan #08918A
RGB
CMYK
RGB Variations
Color information
#08918A (or 0x08918A) is known color: Dark Cyan. HEX triplet: 08, 91 and 8A. RGB value is (8,145,138). Sum of RGB (Red+Green+Blue) = 8+145+138=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #08918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08918A is #F76E75. Grayscale: #676767. Windows color (decimal): -16215670 or 9081096. OLE color: 9081096.
HSL color Cylindrical-coordinate representation of color #08918A: hue angle of 176.93º 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 #08918A is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 138 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.43 |
| HSL | 176.93º | 0.9% | 0.3% | - |
| HSV(B) | 176.93º | 0.94% | 0.57% | - |
| XYZ | 14.81 | 22.14 | 27.54 | - |
| YUV | 103.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 138 | 0.94 | 0 | 0.05 | 0.43 | 176.93 | 0.9 | 0.3 |
| Hex | 8 | 91 | 8A | 5E | 0 | 5 | 2B | B1 | 5A | 1E |
| Octal | 10 | 221 | 212 | 136 | 0 | 5 | 53 | 261 | 132 | 36 |
| Binary | 1000 | 10010001 | 10001010 | 1011110 | 0 | 101 | 101011 | 10110001 | 1011010 | 11110 |
Color Harmonies of #08918A
Complementary color
Monochromatic Colors of #08918A
Black with #08918A
Text Example
Text Example
White with #08918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08918A; }
p { color: rgb(8,145,138); }
H1.HeaderClassName
{
color: #08918A;
}
.AnyTagClassName
{
color: #08918A;
}
</style>
background-color css
<style>
a { background-color: #08918A; }
a { background-color: rgb(8,145,138); }
div.DivClassName
{
background-color: #08918A;
}
.BgClassName
{
background-color: #08918A;
}
</style>
border-color css
<style>
span { border-color: #08918A; }
span { border-color: rgb(8,145,138); }
td.TdClassName
{
border-color: #08918A;
}
.TagClassName
{
border-color: #08918A;
}
</style>