Shades of Dark Cyan #05938E
Tints of Dark Cyan #05938E
RGB
CMYK
RGB Variations
Color information
#05938E (or 0x05938E) is known color: Dark Cyan. HEX triplet: 05, 93 and 8E. RGB value is (5,147,142). Sum of RGB (Red+Green+Blue) = 5+147+142=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #05938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938E is #FA6C71. Grayscale: #676767. Windows color (decimal): -16411762 or 9343749. OLE color: 9343749.
HSL color Cylindrical-coordinate representation of color #05938E: hue angle of 177.89º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05938E is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 142 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.42 |
| HSL | 177.89º | 0.93% | 0.3% | - |
| HSV(B) | 177.89º | 0.97% | 0.58% | - |
| XYZ | 15.38 | 22.85 | 29.19 | - |
| YUV | 103.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 142 | 0.97 | 0 | 0.03 | 0.42 | 177.89 | 0.93 | 0.3 |
| Hex | 5 | 93 | 8E | 61 | 0 | 3 | 2A | B2 | 5D | 1E |
| Octal | 5 | 223 | 216 | 141 | 0 | 3 | 52 | 262 | 135 | 36 |
| Binary | 101 | 10010011 | 10001110 | 1100001 | 0 | 11 | 101010 | 10110010 | 1011101 | 11110 |
Color Harmonies of #05938E
Complementary color
Monochromatic Colors of #05938E
Black with #05938E
Text Example
Text Example
White with #05938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05938E; }
p { color: rgb(5,147,142); }
H1.HeaderClassName
{
color: #05938E;
}
.AnyTagClassName
{
color: #05938E;
}
</style>
background-color css
<style>
a { background-color: #05938E; }
a { background-color: rgb(5,147,142); }
div.DivClassName
{
background-color: #05938E;
}
.BgClassName
{
background-color: #05938E;
}
</style>
border-color css
<style>
span { border-color: #05938E; }
span { border-color: rgb(5,147,142); }
td.TdClassName
{
border-color: #05938E;
}
.TagClassName
{
border-color: #05938E;
}
</style>