Shades of Dark Cyan #05938F
Tints of Dark Cyan #05938F
RGB
CMYK
RGB Variations
Color information
#05938F (or 0x05938F) is known color: Dark Cyan. HEX triplet: 05, 93 and 8F. RGB value is (5,147,143). Sum of RGB (Red+Green+Blue) = 5+147+143=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #05938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938F is #FA6C70. Grayscale: #676767. Windows color (decimal): -16411761 or 9409285. OLE color: 9409285.
HSL color Cylindrical-coordinate representation of color #05938F: hue angle of 178.31º 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 #05938F is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 143 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.42 |
| HSL | 178.31º | 0.93% | 0.3% | - |
| HSV(B) | 178.31º | 0.97% | 0.58% | - |
| XYZ | 15.45 | 22.88 | 29.59 | - |
| YUV | 104.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 143 | 0.97 | 0 | 0.03 | 0.42 | 178.31 | 0.93 | 0.3 |
| Hex | 5 | 93 | 8F | 61 | 0 | 3 | 2A | B2 | 5D | 1E |
| Octal | 5 | 223 | 217 | 141 | 0 | 3 | 52 | 262 | 135 | 36 |
| Binary | 101 | 10010011 | 10001111 | 1100001 | 0 | 11 | 101010 | 10110010 | 1011101 | 11110 |
Color Harmonies of #05938F
Complementary color
Monochromatic Colors of #05938F
Black with #05938F
Text Example
Text Example
White with #05938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05938F; }
p { color: rgb(5,147,143); }
H1.HeaderClassName
{
color: #05938F;
}
.AnyTagClassName
{
color: #05938F;
}
</style>
background-color css
<style>
a { background-color: #05938F; }
a { background-color: rgb(5,147,143); }
div.DivClassName
{
background-color: #05938F;
}
.BgClassName
{
background-color: #05938F;
}
</style>
border-color css
<style>
span { border-color: #05938F; }
span { border-color: rgb(5,147,143); }
td.TdClassName
{
border-color: #05938F;
}
.TagClassName
{
border-color: #05938F;
}
</style>