Shades of Dark Cyan #018894
Tints of Dark Cyan #018894
RGB
CMYK
RGB Variations
Color information
#018894 (or 0x018894) is known color: Dark Cyan. HEX triplet: 01, 88 and 94. RGB value is (1,136,148). Sum of RGB (Red+Green+Blue) = 1+136+148=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #018894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018894 is #FE776B. Grayscale: #606060. Windows color (decimal): -16676716 or 9734145. OLE color: 9734145.
HSL color Cylindrical-coordinate representation of color #018894: hue angle of 184.9º 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 #018894 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 136 | 148 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.42 |
| HSL | 184.9º | 0.99% | 0.29% | - |
| HSV(B) | 184.9º | 0.99% | 0.58% | - |
| XYZ | 14.16 | 19.75 | 31.08 | - |
| YUV | 97 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 148 | 0.99 | 0.08 | 0 | 0.42 | 184.9 | 0.99 | 0.29 |
| Hex | 1 | 88 | 94 | 63 | 8 | 0 | 2A | B9 | 63 | 1D |
| Octal | 1 | 210 | 224 | 143 | 10 | 0 | 52 | 271 | 143 | 35 |
| Binary | 1 | 10001000 | 10010100 | 1100011 | 1000 | 0 | 101010 | 10111001 | 1100011 | 11101 |
Color Harmonies of #018894
Complementary color
Monochromatic Colors of #018894
Black with #018894
Text Example
Text Example
White with #018894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018894; }
p { color: rgb(1,136,148); }
H1.HeaderClassName
{
color: #018894;
}
.AnyTagClassName
{
color: #018894;
}
</style>
background-color css
<style>
a { background-color: #018894; }
a { background-color: rgb(1,136,148); }
div.DivClassName
{
background-color: #018894;
}
.BgClassName
{
background-color: #018894;
}
</style>
border-color css
<style>
span { border-color: #018894; }
span { border-color: rgb(1,136,148); }
td.TdClassName
{
border-color: #018894;
}
.TagClassName
{
border-color: #018894;
}
</style>