Shades of Robin's Egg Blue #20D6C0
Tints of Robin's Egg Blue #20D6C0
RGB
CMYK
RGB Variations
Color information
#20D6C0 (or 0x20D6C0) is known color: Robin's Egg Blue. HEX triplet: 20, D6 and C0. RGB value is (32,214,192). Sum of RGB (Red+Green+Blue) = 32+214+192=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #20D6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D6C0 is #DF293F. Grayscale: #9C9C9C. Windows color (decimal): -14625088 or 12637728. OLE color: 12637728.
HSL color Cylindrical-coordinate representation of color #20D6C0: hue angle of 172.75º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D6C0 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 192 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.16 |
| HSL | 172.75º | 0.74% | 0.48% | - |
| HSV(B) | 172.75º | 0.85% | 0.84% | - |
| XYZ | 34.16 | 52.21 | 58.15 | - |
| YUV | 157.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 192 | 0.85 | 0 | 0.10 | 0.16 | 172.75 | 0.74 | 0.48 |
| Hex | 20 | D6 | C0 | 55 | 0 | A | 10 | AD | 4A | 30 |
| Octal | 40 | 326 | 300 | 125 | 0 | 12 | 20 | 255 | 112 | 60 |
| Binary | 100000 | 11010110 | 11000000 | 1010101 | 0 | 1010 | 10000 | 10101101 | 1001010 | 110000 |
Color Harmonies of #20D6C0
Complementary color
Monochromatic Colors of #20D6C0
Black with #20D6C0
Text Example
Text Example
White with #20D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D6C0; }
p { color: rgb(32,214,192); }
H1.HeaderClassName
{
color: #20D6C0;
}
.AnyTagClassName
{
color: #20D6C0;
}
</style>
background-color css
<style>
a { background-color: #20D6C0; }
a { background-color: rgb(32,214,192); }
div.DivClassName
{
background-color: #20D6C0;
}
.BgClassName
{
background-color: #20D6C0;
}
</style>
border-color css
<style>
span { border-color: #20D6C0; }
span { border-color: rgb(32,214,192); }
td.TdClassName
{
border-color: #20D6C0;
}
.TagClassName
{
border-color: #20D6C0;
}
</style>