Shades of Dark Cyan #05948C
Tints of Dark Cyan #05948C
RGB
CMYK
RGB Variations
Color information
#05948C (or 0x05948C) is known color: Dark Cyan. HEX triplet: 05, 94 and 8C. RGB value is (5,148,140). Sum of RGB (Red+Green+Blue) = 5+148+140=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #05948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05948C is #FA6B73. Grayscale: #686868. Windows color (decimal): -16411508 or 9212933. OLE color: 9212933.
HSL color Cylindrical-coordinate representation of color #05948C: hue angle of 176.64º 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 #05948C is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 140 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.42 |
| HSL | 176.64º | 0.93% | 0.3% | - |
| HSV(B) | 176.64º | 0.97% | 0.58% | - |
| XYZ | 15.39 | 23.11 | 28.46 | - |
| YUV | 104.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 140 | 0.97 | 0 | 0.05 | 0.42 | 176.64 | 0.93 | 0.3 |
| Hex | 5 | 94 | 8C | 61 | 0 | 5 | 2A | B1 | 5D | 1E |
| Octal | 5 | 224 | 214 | 141 | 0 | 5 | 52 | 261 | 135 | 36 |
| Binary | 101 | 10010100 | 10001100 | 1100001 | 0 | 101 | 101010 | 10110001 | 1011101 | 11110 |
Color Harmonies of #05948C
Complementary color
Monochromatic Colors of #05948C
Black with #05948C
Text Example
Text Example
White with #05948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05948C; }
p { color: rgb(5,148,140); }
H1.HeaderClassName
{
color: #05948C;
}
.AnyTagClassName
{
color: #05948C;
}
</style>
background-color css
<style>
a { background-color: #05948C; }
a { background-color: rgb(5,148,140); }
div.DivClassName
{
background-color: #05948C;
}
.BgClassName
{
background-color: #05948C;
}
</style>
border-color css
<style>
span { border-color: #05948C; }
span { border-color: rgb(5,148,140); }
td.TdClassName
{
border-color: #05948C;
}
.TagClassName
{
border-color: #05948C;
}
</style>