Shades of Dark Cyan #018F93
Tints of Dark Cyan #018F93
RGB
CMYK
RGB Variations
Color information
#018F93 (or 0x018F93) is known color: Dark Cyan. HEX triplet: 01, 8F and 93. RGB value is (1,143,147). Sum of RGB (Red+Green+Blue) = 1+143+147=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #018F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F93 is #FE706C. Grayscale: #646464. Windows color (decimal): -16674925 or 9670401. OLE color: 9670401.
HSL color Cylindrical-coordinate representation of color #018F93: hue angle of 181.64º 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 #018F93 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 143 | 147 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.42 |
| HSL | 181.64º | 0.99% | 0.29% | - |
| HSV(B) | 181.64º | 0.99% | 0.58% | - |
| XYZ | 15.1 | 21.76 | 31.01 | - |
| YUV | 101 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 147 | 0.99 | 0.03 | 0 | 0.42 | 181.64 | 0.99 | 0.29 |
| Hex | 1 | 8F | 93 | 63 | 3 | 0 | 2A | B6 | 63 | 1D |
| Octal | 1 | 217 | 223 | 143 | 3 | 0 | 52 | 266 | 143 | 35 |
| Binary | 1 | 10001111 | 10010011 | 1100011 | 11 | 0 | 101010 | 10110110 | 1100011 | 11101 |
Color Harmonies of #018F93
Complementary color
Monochromatic Colors of #018F93
Black with #018F93
Text Example
Text Example
White with #018F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F93; }
p { color: rgb(1,143,147); }
H1.HeaderClassName
{
color: #018F93;
}
.AnyTagClassName
{
color: #018F93;
}
</style>
background-color css
<style>
a { background-color: #018F93; }
a { background-color: rgb(1,143,147); }
div.DivClassName
{
background-color: #018F93;
}
.BgClassName
{
background-color: #018F93;
}
</style>
border-color css
<style>
span { border-color: #018F93; }
span { border-color: rgb(1,143,147); }
td.TdClassName
{
border-color: #018F93;
}
.TagClassName
{
border-color: #018F93;
}
</style>