Shades of Dark Cyan #008F93
Tints of Dark Cyan #008F93
RGB
CMYK
RGB Variations
Color information
#008F93 (or 0x008F93) is known color: Dark Cyan. HEX triplet: 00, 8F and 93. RGB value is (0,143,147). Sum of RGB (Red+Green+Blue) = 0+143+147=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #008F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F93 is #FF706C. Grayscale: #646464. Windows color (decimal): -16740461 or 9670400. OLE color: 9670400.
HSL color Cylindrical-coordinate representation of color #008F93: hue angle of 181.63º 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 #008F93 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 143 | 147 | - |
| CMYK | 1 | 0.03 | 0 | 0.42 |
| HSL | 181.63º | 1% | 0.29% | - |
| HSV(B) | 181.63º | 1% | 0.58% | - |
| XYZ | 15.09 | 21.75 | 31.01 | - |
| YUV | 100.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 147 | 1 | 0.03 | 0 | 0.42 | 181.63 | 1 | 0.29 |
| Hex | 0 | 8F | 93 | 64 | 3 | 0 | 2A | B6 | 64 | 1D |
| Octal | 0 | 217 | 223 | 144 | 3 | 0 | 52 | 266 | 144 | 35 |
| Binary | 0 | 10001111 | 10010011 | 1100100 | 11 | 0 | 101010 | 10110110 | 1100100 | 11101 |
Color Harmonies of #008F93
Complementary color
Monochromatic Colors of #008F93
Black with #008F93
Text Example
Text Example
White with #008F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F93; }
p { color: rgb(0,143,147); }
H1.HeaderClassName
{
color: #008F93;
}
.AnyTagClassName
{
color: #008F93;
}
</style>
background-color css
<style>
a { background-color: #008F93; }
a { background-color: rgb(0,143,147); }
div.DivClassName
{
background-color: #008F93;
}
.BgClassName
{
background-color: #008F93;
}
</style>
border-color css
<style>
span { border-color: #008F93; }
span { border-color: rgb(0,143,147); }
td.TdClassName
{
border-color: #008F93;
}
.TagClassName
{
border-color: #008F93;
}
</style>