Shades of Dark Cyan #018F94
Tints of Dark Cyan #018F94
RGB
CMYK
RGB Variations
Color information
#018F94 (or 0x018F94) is known color: Dark Cyan. HEX triplet: 01, 8F and 94. RGB value is (1,143,148). Sum of RGB (Red+Green+Blue) = 1+143+148=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #018F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F94 is #FE706B. Grayscale: #646464. Windows color (decimal): -16674924 or 9735937. OLE color: 9735937.
HSL color Cylindrical-coordinate representation of color #018F94: hue angle of 182.04º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F94 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 143 | 148 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.42 |
| HSL | 182.04º | 0.99% | 0.29% | - |
| HSV(B) | 182.04º | 0.99% | 0.58% | - |
| XYZ | 15.18 | 21.79 | 31.42 | - |
| YUV | 101.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 148 | 0.99 | 0.03 | 0 | 0.42 | 182.04 | 0.99 | 0.29 |
| Hex | 1 | 8F | 94 | 63 | 3 | 0 | 2A | B6 | 63 | 1D |
| Octal | 1 | 217 | 224 | 143 | 3 | 0 | 52 | 266 | 143 | 35 |
| Binary | 1 | 10001111 | 10010100 | 1100011 | 11 | 0 | 101010 | 10110110 | 1100011 | 11101 |
Color Harmonies of #018F94
Complementary color
Monochromatic Colors of #018F94
Black with #018F94
Text Example
Text Example
White with #018F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F94; }
p { color: rgb(1,143,148); }
H1.HeaderClassName
{
color: #018F94;
}
.AnyTagClassName
{
color: #018F94;
}
</style>
background-color css
<style>
a { background-color: #018F94; }
a { background-color: rgb(1,143,148); }
div.DivClassName
{
background-color: #018F94;
}
.BgClassName
{
background-color: #018F94;
}
</style>
border-color css
<style>
span { border-color: #018F94; }
span { border-color: rgb(1,143,148); }
td.TdClassName
{
border-color: #018F94;
}
.TagClassName
{
border-color: #018F94;
}
</style>