Shades of Dark Cyan #018693
Tints of Dark Cyan #018693
RGB
CMYK
RGB Variations
Color information
#018693 (or 0x018693) is known color: Dark Cyan. HEX triplet: 01, 86 and 93. RGB value is (1,134,147). Sum of RGB (Red+Green+Blue) = 1+134+147=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #018693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018693 is #FE796C. Grayscale: #5F5F5F. Windows color (decimal): -16677229 or 9668097. OLE color: 9668097.
HSL color Cylindrical-coordinate representation of color #018693: hue angle of 185.34º 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 #018693 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 134 | 147 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.42 |
| HSL | 185.34º | 0.99% | 0.29% | - |
| HSV(B) | 185.34º | 0.99% | 0.58% | - |
| XYZ | 13.8 | 19.16 | 30.58 | - |
| YUV | 95.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 147 | 0.99 | 0.09 | 0 | 0.42 | 185.34 | 0.99 | 0.29 |
| Hex | 1 | 86 | 93 | 63 | 9 | 0 | 2A | B9 | 63 | 1D |
| Octal | 1 | 206 | 223 | 143 | 11 | 0 | 52 | 271 | 143 | 35 |
| Binary | 1 | 10000110 | 10010011 | 1100011 | 1001 | 0 | 101010 | 10111001 | 1100011 | 11101 |
Color Harmonies of #018693
Complementary color
Monochromatic Colors of #018693
Black with #018693
Text Example
Text Example
White with #018693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018693; }
p { color: rgb(1,134,147); }
H1.HeaderClassName
{
color: #018693;
}
.AnyTagClassName
{
color: #018693;
}
</style>
background-color css
<style>
a { background-color: #018693; }
a { background-color: rgb(1,134,147); }
div.DivClassName
{
background-color: #018693;
}
.BgClassName
{
background-color: #018693;
}
</style>
border-color css
<style>
span { border-color: #018693; }
span { border-color: rgb(1,134,147); }
td.TdClassName
{
border-color: #018693;
}
.TagClassName
{
border-color: #018693;
}
</style>