Shades of Dark Cyan #01988D
Tints of Dark Cyan #01988D
RGB
CMYK
RGB Variations
Color information
#01988D (or 0x01988D) is known color: Dark Cyan. HEX triplet: 01, 98 and 8D. RGB value is (1,152,141). Sum of RGB (Red+Green+Blue) = 1+152+141=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #01988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01988D is #FE6772. Grayscale: #696969. Windows color (decimal): -16672627 or 9279489. OLE color: 9279489.
HSL color Cylindrical-coordinate representation of color #01988D: hue angle of 175.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01988D is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 141 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.40 |
| HSL | 175.63º | 0.99% | 0.3% | - |
| HSV(B) | 175.63º | 0.99% | 0.6% | - |
| XYZ | 16.05 | 24.39 | 29.06 | - |
| YUV | 105.6 | 147.97 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 141 | 0.99 | 0 | 0.07 | 0.40 | 175.63 | 0.99 | 0.3 |
| Hex | 1 | 98 | 8D | 63 | 0 | 7 | 28 | B0 | 63 | 1E |
| Octal | 1 | 230 | 215 | 143 | 0 | 7 | 50 | 260 | 143 | 36 |
| Binary | 1 | 10011000 | 10001101 | 1100011 | 0 | 111 | 101000 | 10110000 | 1100011 | 11110 |
Color Harmonies of #01988D
Complementary color
Monochromatic Colors of #01988D
Black with #01988D
Text Example
Text Example
White with #01988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01988D; }
p { color: rgb(1,152,141); }
H1.HeaderClassName
{
color: #01988D;
}
.AnyTagClassName
{
color: #01988D;
}
</style>
background-color css
<style>
a { background-color: #01988D; }
a { background-color: rgb(1,152,141); }
div.DivClassName
{
background-color: #01988D;
}
.BgClassName
{
background-color: #01988D;
}
</style>
border-color css
<style>
span { border-color: #01988D; }
span { border-color: rgb(1,152,141); }
td.TdClassName
{
border-color: #01988D;
}
.TagClassName
{
border-color: #01988D;
}
</style>