Shades of Dark Cyan #01898A
Tints of Dark Cyan #01898A
RGB
CMYK
RGB Variations
Color information
#01898A (or 0x01898A) is known color: Dark Cyan. HEX triplet: 01, 89 and 8A. RGB value is (1,137,138). Sum of RGB (Red+Green+Blue) = 1+137+138=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #01898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01898A is #FE7675. Grayscale: #606060. Windows color (decimal): -16676470 or 9079041. OLE color: 9079041.
HSL color Cylindrical-coordinate representation of color #01898A: hue angle of 180.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01898A is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 138 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.46 |
| HSL | 180.44º | 0.99% | 0.27% | - |
| HSV(B) | 180.44º | 0.99% | 0.54% | - |
| XYZ | 13.55 | 19.73 | 27.14 | - |
| YUV | 96.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 138 | 0.99 | 0.01 | 0 | 0.46 | 180.44 | 0.99 | 0.27 |
| Hex | 1 | 89 | 8A | 63 | 1 | 0 | 2E | B4 | 63 | 1B |
| Octal | 1 | 211 | 212 | 143 | 1 | 0 | 56 | 264 | 143 | 33 |
| Binary | 1 | 10001001 | 10001010 | 1100011 | 1 | 0 | 101110 | 10110100 | 1100011 | 11011 |
Color Harmonies of #01898A
Complementary color
Monochromatic Colors of #01898A
Black with #01898A
Text Example
Text Example
White with #01898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01898A; }
p { color: rgb(1,137,138); }
H1.HeaderClassName
{
color: #01898A;
}
.AnyTagClassName
{
color: #01898A;
}
</style>
background-color css
<style>
a { background-color: #01898A; }
a { background-color: rgb(1,137,138); }
div.DivClassName
{
background-color: #01898A;
}
.BgClassName
{
background-color: #01898A;
}
</style>
border-color css
<style>
span { border-color: #01898A; }
span { border-color: rgb(1,137,138); }
td.TdClassName
{
border-color: #01898A;
}
.TagClassName
{
border-color: #01898A;
}
</style>