Shades of Dark Cyan #018F92
Tints of Dark Cyan #018F92
RGB
CMYK
RGB Variations
Color information
#018F92 (or 0x018F92) is known color: Dark Cyan. HEX triplet: 01, 8F and 92. RGB value is (1,143,146). Sum of RGB (Red+Green+Blue) = 1+143+146=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #018F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F92 is #FE706D. Grayscale: #646464. Windows color (decimal): -16674926 or 9604865. OLE color: 9604865.
HSL color Cylindrical-coordinate representation of color #018F92: hue angle of 181.24º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F92 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 143 | 146 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.43 |
| HSL | 181.24º | 0.99% | 0.29% | - |
| HSV(B) | 181.24º | 0.99% | 0.57% | - |
| XYZ | 15.02 | 21.73 | 30.6 | - |
| YUV | 100.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 146 | 0.99 | 0.02 | 0 | 0.43 | 181.24 | 0.99 | 0.29 |
| Hex | 1 | 8F | 92 | 63 | 2 | 0 | 2B | B5 | 63 | 1D |
| Octal | 1 | 217 | 222 | 143 | 2 | 0 | 53 | 265 | 143 | 35 |
| Binary | 1 | 10001111 | 10010010 | 1100011 | 10 | 0 | 101011 | 10110101 | 1100011 | 11101 |
Color Harmonies of #018F92
Complementary color
Monochromatic Colors of #018F92
Black with #018F92
Text Example
Text Example
White with #018F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F92; }
p { color: rgb(1,143,146); }
H1.HeaderClassName
{
color: #018F92;
}
.AnyTagClassName
{
color: #018F92;
}
</style>
background-color css
<style>
a { background-color: #018F92; }
a { background-color: rgb(1,143,146); }
div.DivClassName
{
background-color: #018F92;
}
.BgClassName
{
background-color: #018F92;
}
</style>
border-color css
<style>
span { border-color: #018F92; }
span { border-color: rgb(1,143,146); }
td.TdClassName
{
border-color: #018F92;
}
.TagClassName
{
border-color: #018F92;
}
</style>