Shades of Dark Cyan #00958D
Tints of Dark Cyan #00958D
RGB
CMYK
RGB Variations
Color information
#00958D (or 0x00958D) is known color: Dark Cyan. HEX triplet: 00, 95 and 8D. RGB value is (0,149,141). Sum of RGB (Red+Green+Blue) = 0+149+141=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #00958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00958D is #FF6A72. Grayscale: #676767. Windows color (decimal): -16738931 or 9278720. OLE color: 9278720.
HSL color Cylindrical-coordinate representation of color #00958D: hue angle of 176.78º 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 #00958D is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 141 | - |
| CMYK | 1 | 0 | 0.05 | 0.42 |
| HSL | 176.78º | 1% | 0.29% | - |
| HSV(B) | 176.78º | 1% | 0.58% | - |
| XYZ | 15.56 | 23.42 | 28.9 | - |
| YUV | 103.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 141 | 1 | 0 | 0.05 | 0.42 | 176.78 | 1 | 0.29 |
| Hex | 0 | 95 | 8D | 64 | 0 | 5 | 2A | B1 | 64 | 1D |
| Octal | 0 | 225 | 215 | 144 | 0 | 5 | 52 | 261 | 144 | 35 |
| Binary | 0 | 10010101 | 10001101 | 1100100 | 0 | 101 | 101010 | 10110001 | 1100100 | 11101 |
Color Harmonies of #00958D
Complementary color
Monochromatic Colors of #00958D
Black with #00958D
Text Example
Text Example
White with #00958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00958D; }
p { color: rgb(0,149,141); }
H1.HeaderClassName
{
color: #00958D;
}
.AnyTagClassName
{
color: #00958D;
}
</style>
background-color css
<style>
a { background-color: #00958D; }
a { background-color: rgb(0,149,141); }
div.DivClassName
{
background-color: #00958D;
}
.BgClassName
{
background-color: #00958D;
}
</style>
border-color css
<style>
span { border-color: #00958D; }
span { border-color: rgb(0,149,141); }
td.TdClassName
{
border-color: #00958D;
}
.TagClassName
{
border-color: #00958D;
}
</style>