Shades of Robin's Egg Blue #06DCC6
Tints of Robin's Egg Blue #06DCC6
RGB
CMYK
RGB Variations
Color information
#06DCC6 (or 0x06DCC6) is known color: Robin's Egg Blue. HEX triplet: 06, DC and C6. RGB value is (6,220,198). Sum of RGB (Red+Green+Blue) = 6+220+198=424 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCC6 is #F92339. Grayscale: #999999. Windows color (decimal): -16327482 or 13032454. OLE color: 13032454.
HSL color Cylindrical-coordinate representation of color #06DCC6: hue angle of 173.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCC6 is Cyan = 0.97, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 198 | - |
| CMYK | 0.97 | 0 | 0.1 | 0.14 |
| HSL | 173.83º | 0.95% | 0.44% | - |
| HSV(B) | 173.83º | 0.97% | 0.86% | - |
| XYZ | 35.86 | 55.3 | 62.21 | - |
| YUV | 153.51 | 153.1 | 22.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 198 | 0.97 | 0 | 0.1 | 0.14 | 173.83 | 0.95 | 0.44 |
| Hex | 6 | DC | C6 | 61 | 0 | A | E | AE | 5F | 2C |
| Octal | 6 | 334 | 306 | 141 | 0 | 12 | 16 | 256 | 137 | 54 |
| Binary | 110 | 11011100 | 11000110 | 1100001 | 0 | 1010 | 1110 | 10101110 | 1011111 | 101100 |
Color Harmonies of #06DCC6
Complementary color
Monochromatic Colors of #06DCC6
Black with #06DCC6
Text Example
Text Example
White with #06DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCC6; }
p { color: rgb(6,220,198); }
H1.HeaderClassName
{
color: #06DCC6;
}
.AnyTagClassName
{
color: #06DCC6;
}
</style>
background-color css
<style>
a { background-color: #06DCC6; }
a { background-color: rgb(6,220,198); }
div.DivClassName
{
background-color: #06DCC6;
}
.BgClassName
{
background-color: #06DCC6;
}
</style>
border-color css
<style>
span { border-color: #06DCC6; }
span { border-color: rgb(6,220,198); }
td.TdClassName
{
border-color: #06DCC6;
}
.TagClassName
{
border-color: #06DCC6;
}
</style>