Shades of Dark Cyan #08958C
Tints of Dark Cyan #08958C
RGB
CMYK
RGB Variations
Color information
#08958C (or 0x08958C) is known color: Dark Cyan. HEX triplet: 08, 95 and 8C. RGB value is (8,149,140). Sum of RGB (Red+Green+Blue) = 8+149+140=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #08958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08958C is #F76A73. Grayscale: #696969. Windows color (decimal): -16214644 or 9213192. OLE color: 9213192.
HSL color Cylindrical-coordinate representation of color #08958C: hue angle of 176.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08958C is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 140 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.42 |
| HSL | 176.17º | 0.9% | 0.31% | - |
| HSV(B) | 176.17º | 0.95% | 0.58% | - |
| XYZ | 15.58 | 23.44 | 28.51 | - |
| YUV | 105.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 140 | 0.95 | 0 | 0.06 | 0.42 | 176.17 | 0.9 | 0.31 |
| Hex | 8 | 95 | 8C | 5F | 0 | 6 | 2A | B0 | 5A | 1F |
| Octal | 10 | 225 | 214 | 137 | 0 | 6 | 52 | 260 | 132 | 37 |
| Binary | 1000 | 10010101 | 10001100 | 1011111 | 0 | 110 | 101010 | 10110000 | 1011010 | 11111 |
Color Harmonies of #08958C
Complementary color
Monochromatic Colors of #08958C
Black with #08958C
Text Example
Text Example
White with #08958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08958C; }
p { color: rgb(8,149,140); }
H1.HeaderClassName
{
color: #08958C;
}
.AnyTagClassName
{
color: #08958C;
}
</style>
background-color css
<style>
a { background-color: #08958C; }
a { background-color: rgb(8,149,140); }
div.DivClassName
{
background-color: #08958C;
}
.BgClassName
{
background-color: #08958C;
}
</style>
border-color css
<style>
span { border-color: #08958C; }
span { border-color: rgb(8,149,140); }
td.TdClassName
{
border-color: #08958C;
}
.TagClassName
{
border-color: #08958C;
}
</style>