Shades of Dark Cyan #01938F
Tints of Dark Cyan #01938F
RGB
CMYK
RGB Variations
Color information
#01938F (or 0x01938F) is known color: Dark Cyan. HEX triplet: 01, 93 and 8F. RGB value is (1,147,143). Sum of RGB (Red+Green+Blue) = 1+147+143=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #01938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01938F is #FE6C70. Grayscale: #666666. Windows color (decimal): -16673905 or 9409281. OLE color: 9409281.
HSL color Cylindrical-coordinate representation of color #01938F: hue angle of 178.36º 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 #01938F is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 143 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.42 |
| HSL | 178.36º | 0.99% | 0.29% | - |
| HSV(B) | 178.36º | 0.99% | 0.58% | - |
| XYZ | 15.4 | 22.86 | 29.59 | - |
| YUV | 102.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 143 | 0.99 | 0 | 0.03 | 0.42 | 178.36 | 0.99 | 0.29 |
| Hex | 1 | 93 | 8F | 63 | 0 | 3 | 2A | B2 | 63 | 1D |
| Octal | 1 | 223 | 217 | 143 | 0 | 3 | 52 | 262 | 143 | 35 |
| Binary | 1 | 10010011 | 10001111 | 1100011 | 0 | 11 | 101010 | 10110010 | 1100011 | 11101 |
Color Harmonies of #01938F
Complementary color
Monochromatic Colors of #01938F
Black with #01938F
Text Example
Text Example
White with #01938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01938F; }
p { color: rgb(1,147,143); }
H1.HeaderClassName
{
color: #01938F;
}
.AnyTagClassName
{
color: #01938F;
}
</style>
background-color css
<style>
a { background-color: #01938F; }
a { background-color: rgb(1,147,143); }
div.DivClassName
{
background-color: #01938F;
}
.BgClassName
{
background-color: #01938F;
}
</style>
border-color css
<style>
span { border-color: #01938F; }
span { border-color: rgb(1,147,143); }
td.TdClassName
{
border-color: #01938F;
}
.TagClassName
{
border-color: #01938F;
}
</style>