Shades of Dark Cyan #008F94
Tints of Dark Cyan #008F94
RGB
CMYK
RGB Variations
Color information
#008F94 (or 0x008F94) is known color: Dark Cyan. HEX triplet: 00, 8F and 94. RGB value is (0,143,148). Sum of RGB (Red+Green+Blue) = 0+143+148=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #008F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F94 is #FF706B. Grayscale: #646464. Windows color (decimal): -16740460 or 9735936. OLE color: 9735936.
HSL color Cylindrical-coordinate representation of color #008F94: hue angle of 182.03º 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 #008F94 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 143 | 148 | - |
| CMYK | 1 | 0.03 | 0 | 0.42 |
| HSL | 182.03º | 1% | 0.29% | - |
| HSV(B) | 182.03º | 1% | 0.58% | - |
| XYZ | 15.17 | 21.78 | 31.42 | - |
| YUV | 100.81 | 154.62 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 148 | 1 | 0.03 | 0 | 0.42 | 182.03 | 1 | 0.29 |
| Hex | 0 | 8F | 94 | 64 | 3 | 0 | 2A | B6 | 64 | 1D |
| Octal | 0 | 217 | 224 | 144 | 3 | 0 | 52 | 266 | 144 | 35 |
| Binary | 0 | 10001111 | 10010100 | 1100100 | 11 | 0 | 101010 | 10110110 | 1100100 | 11101 |
Color Harmonies of #008F94
Complementary color
Monochromatic Colors of #008F94
Black with #008F94
Text Example
Text Example
White with #008F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F94; }
p { color: rgb(0,143,148); }
H1.HeaderClassName
{
color: #008F94;
}
.AnyTagClassName
{
color: #008F94;
}
</style>
background-color css
<style>
a { background-color: #008F94; }
a { background-color: rgb(0,143,148); }
div.DivClassName
{
background-color: #008F94;
}
.BgClassName
{
background-color: #008F94;
}
</style>
border-color css
<style>
span { border-color: #008F94; }
span { border-color: rgb(0,143,148); }
td.TdClassName
{
border-color: #008F94;
}
.TagClassName
{
border-color: #008F94;
}
</style>