Shades of Dark Cyan #018A93
Tints of Dark Cyan #018A93
RGB
CMYK
RGB Variations
Color information
#018A93 (or 0x018A93) is known color: Dark Cyan. HEX triplet: 01, 8A and 93. RGB value is (1,138,147). Sum of RGB (Red+Green+Blue) = 1+138+147=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #018A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A93 is #FE756C. Grayscale: #616161. Windows color (decimal): -16676205 or 9669121. OLE color: 9669121.
HSL color Cylindrical-coordinate representation of color #018A93: hue angle of 183.7º 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 #018A93 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 138 | 147 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.42 |
| HSL | 183.7º | 0.99% | 0.29% | - |
| HSV(B) | 183.7º | 0.99% | 0.58% | - |
| XYZ | 14.37 | 20.29 | 30.76 | - |
| YUV | 98.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 147 | 0.99 | 0.06 | 0 | 0.42 | 183.7 | 0.99 | 0.29 |
| Hex | 1 | 8A | 93 | 63 | 6 | 0 | 2A | B8 | 63 | 1D |
| Octal | 1 | 212 | 223 | 143 | 6 | 0 | 52 | 270 | 143 | 35 |
| Binary | 1 | 10001010 | 10010011 | 1100011 | 110 | 0 | 101010 | 10111000 | 1100011 | 11101 |
Color Harmonies of #018A93
Complementary color
Monochromatic Colors of #018A93
Black with #018A93
Text Example
Text Example
White with #018A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A93; }
p { color: rgb(1,138,147); }
H1.HeaderClassName
{
color: #018A93;
}
.AnyTagClassName
{
color: #018A93;
}
</style>
background-color css
<style>
a { background-color: #018A93; }
a { background-color: rgb(1,138,147); }
div.DivClassName
{
background-color: #018A93;
}
.BgClassName
{
background-color: #018A93;
}
</style>
border-color css
<style>
span { border-color: #018A93; }
span { border-color: rgb(1,138,147); }
td.TdClassName
{
border-color: #018A93;
}
.TagClassName
{
border-color: #018A93;
}
</style>