Shades of Dark Cyan #08918B
Tints of Dark Cyan #08918B
RGB
CMYK
RGB Variations
Color information
#08918B (or 0x08918B) is known color: Dark Cyan. HEX triplet: 08, 91 and 8B. RGB value is (8,145,139). Sum of RGB (Red+Green+Blue) = 8+145+139=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #08918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08918B is #F76E74. Grayscale: #676767. Windows color (decimal): -16215669 or 9146632. OLE color: 9146632.
HSL color Cylindrical-coordinate representation of color #08918B: hue angle of 177.37º 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 #08918B is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 139 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.43 |
| HSL | 177.37º | 0.9% | 0.3% | - |
| HSV(B) | 177.37º | 0.94% | 0.57% | - |
| XYZ | 14.89 | 22.17 | 27.92 | - |
| YUV | 103.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 139 | 0.94 | 0 | 0.04 | 0.43 | 177.37 | 0.9 | 0.3 |
| Hex | 8 | 91 | 8B | 5E | 0 | 4 | 2B | B1 | 5A | 1E |
| Octal | 10 | 221 | 213 | 136 | 0 | 4 | 53 | 261 | 132 | 36 |
| Binary | 1000 | 10010001 | 10001011 | 1011110 | 0 | 100 | 101011 | 10110001 | 1011010 | 11110 |
Color Harmonies of #08918B
Complementary color
Monochromatic Colors of #08918B
Black with #08918B
Text Example
Text Example
White with #08918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08918B; }
p { color: rgb(8,145,139); }
H1.HeaderClassName
{
color: #08918B;
}
.AnyTagClassName
{
color: #08918B;
}
</style>
background-color css
<style>
a { background-color: #08918B; }
a { background-color: rgb(8,145,139); }
div.DivClassName
{
background-color: #08918B;
}
.BgClassName
{
background-color: #08918B;
}
</style>
border-color css
<style>
span { border-color: #08918B; }
span { border-color: rgb(8,145,139); }
td.TdClassName
{
border-color: #08918B;
}
.TagClassName
{
border-color: #08918B;
}
</style>