Shades of Dark Cyan #08958D
Tints of Dark Cyan #08958D
RGB
CMYK
RGB Variations
Color information
#08958D (or 0x08958D) is known color: Dark Cyan. HEX triplet: 08, 95 and 8D. RGB value is (8,149,141). Sum of RGB (Red+Green+Blue) = 8+149+141=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #08958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08958D is #F76A72. Grayscale: #696969. Windows color (decimal): -16214643 or 9278728. OLE color: 9278728.
HSL color Cylindrical-coordinate representation of color #08958D: hue angle of 176.6º 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 #08958D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 141 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.42 |
| HSL | 176.6º | 0.9% | 0.31% | - |
| HSV(B) | 176.6º | 0.95% | 0.58% | - |
| XYZ | 15.66 | 23.47 | 28.9 | - |
| YUV | 105.93 | 147.79 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 141 | 0.95 | 0 | 0.05 | 0.42 | 176.6 | 0.9 | 0.31 |
| Hex | 8 | 95 | 8D | 5F | 0 | 5 | 2A | B1 | 5A | 1F |
| Octal | 10 | 225 | 215 | 137 | 0 | 5 | 52 | 261 | 132 | 37 |
| Binary | 1000 | 10010101 | 10001101 | 1011111 | 0 | 101 | 101010 | 10110001 | 1011010 | 11111 |
Color Harmonies of #08958D
Complementary color
Monochromatic Colors of #08958D
Black with #08958D
Text Example
Text Example
White with #08958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08958D; }
p { color: rgb(8,149,141); }
H1.HeaderClassName
{
color: #08958D;
}
.AnyTagClassName
{
color: #08958D;
}
</style>
background-color css
<style>
a { background-color: #08958D; }
a { background-color: rgb(8,149,141); }
div.DivClassName
{
background-color: #08958D;
}
.BgClassName
{
background-color: #08958D;
}
</style>
border-color css
<style>
span { border-color: #08958D; }
span { border-color: rgb(8,149,141); }
td.TdClassName
{
border-color: #08958D;
}
.TagClassName
{
border-color: #08958D;
}
</style>