Shades of Dark Cyan #00958B
Tints of Dark Cyan #00958B
RGB
CMYK
RGB Variations
Color information
#00958B (or 0x00958B) is known color: Dark Cyan. HEX triplet: 00, 95 and 8B. RGB value is (0,149,139). Sum of RGB (Red+Green+Blue) = 0+149+139=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #00958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00958B is #FF6A74. Grayscale: #676767. Windows color (decimal): -16738933 or 9147648. OLE color: 9147648.
HSL color Cylindrical-coordinate representation of color #00958B: hue angle of 175.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00958B is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 139 | - |
| CMYK | 1 | 0 | 0.07 | 0.42 |
| HSL | 175.97º | 1% | 0.29% | - |
| HSV(B) | 175.97º | 1% | 0.58% | - |
| XYZ | 15.41 | 23.36 | 28.12 | - |
| YUV | 103.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 139 | 1 | 0 | 0.07 | 0.42 | 175.97 | 1 | 0.29 |
| Hex | 0 | 95 | 8B | 64 | 0 | 7 | 2A | B0 | 64 | 1D |
| Octal | 0 | 225 | 213 | 144 | 0 | 7 | 52 | 260 | 144 | 35 |
| Binary | 0 | 10010101 | 10001011 | 1100100 | 0 | 111 | 101010 | 10110000 | 1100100 | 11101 |
Color Harmonies of #00958B
Complementary color
Monochromatic Colors of #00958B
Black with #00958B
Text Example
Text Example
White with #00958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00958B; }
p { color: rgb(0,149,139); }
H1.HeaderClassName
{
color: #00958B;
}
.AnyTagClassName
{
color: #00958B;
}
</style>
background-color css
<style>
a { background-color: #00958B; }
a { background-color: rgb(0,149,139); }
div.DivClassName
{
background-color: #00958B;
}
.BgClassName
{
background-color: #00958B;
}
</style>
border-color css
<style>
span { border-color: #00958B; }
span { border-color: rgb(0,149,139); }
td.TdClassName
{
border-color: #00958B;
}
.TagClassName
{
border-color: #00958B;
}
</style>