Shades of Dark Cyan #01918A
Tints of Dark Cyan #01918A
RGB
CMYK
RGB Variations
Color information
#01918A (or 0x01918A) is known color: Dark Cyan. HEX triplet: 01, 91 and 8A. RGB value is (1,145,138). Sum of RGB (Red+Green+Blue) = 1+145+138=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #01918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01918A is #FE6E75. Grayscale: #656565. Windows color (decimal): -16674422 or 9081089. OLE color: 9081089.
HSL color Cylindrical-coordinate representation of color #01918A: hue angle of 177.08º 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 #01918A is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 138 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.43 |
| HSL | 177.08º | 0.99% | 0.29% | - |
| HSV(B) | 177.08º | 0.99% | 0.57% | - |
| XYZ | 14.73 | 22.09 | 27.53 | - |
| YUV | 101.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 138 | 0.99 | 0 | 0.05 | 0.43 | 177.08 | 0.99 | 0.29 |
| Hex | 1 | 91 | 8A | 63 | 0 | 5 | 2B | B1 | 63 | 1D |
| Octal | 1 | 221 | 212 | 143 | 0 | 5 | 53 | 261 | 143 | 35 |
| Binary | 1 | 10010001 | 10001010 | 1100011 | 0 | 101 | 101011 | 10110001 | 1100011 | 11101 |
Color Harmonies of #01918A
Complementary color
Monochromatic Colors of #01918A
Black with #01918A
Text Example
Text Example
White with #01918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01918A; }
p { color: rgb(1,145,138); }
H1.HeaderClassName
{
color: #01918A;
}
.AnyTagClassName
{
color: #01918A;
}
</style>
background-color css
<style>
a { background-color: #01918A; }
a { background-color: rgb(1,145,138); }
div.DivClassName
{
background-color: #01918A;
}
.BgClassName
{
background-color: #01918A;
}
</style>
border-color css
<style>
span { border-color: #01918A; }
span { border-color: rgb(1,145,138); }
td.TdClassName
{
border-color: #01918A;
}
.TagClassName
{
border-color: #01918A;
}
</style>