Shades of Robin's Egg Blue #20D6C2
Tints of Robin's Egg Blue #20D6C2
RGB
CMYK
RGB Variations
Color information
#20D6C2 (or 0x20D6C2) is known color: Robin's Egg Blue. HEX triplet: 20, D6 and C2. RGB value is (32,214,194). Sum of RGB (Red+Green+Blue) = 32+214+194=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #20D6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D6C2 is #DF293D. Grayscale: #9D9D9D. Windows color (decimal): -14625086 or 12768800. OLE color: 12768800.
HSL color Cylindrical-coordinate representation of color #20D6C2: hue angle of 173.41º 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 #20D6C2 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 194 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.16 |
| HSL | 173.41º | 0.74% | 0.48% | - |
| HSV(B) | 173.41º | 0.85% | 0.84% | - |
| XYZ | 34.38 | 52.3 | 59.32 | - |
| YUV | 157.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 194 | 0.85 | 0 | 0.09 | 0.16 | 173.41 | 0.74 | 0.48 |
| Hex | 20 | D6 | C2 | 55 | 0 | 9 | 10 | AD | 4A | 30 |
| Octal | 40 | 326 | 302 | 125 | 0 | 11 | 20 | 255 | 112 | 60 |
| Binary | 100000 | 11010110 | 11000010 | 1010101 | 0 | 1001 | 10000 | 10101101 | 1001010 | 110000 |
Color Harmonies of #20D6C2
Complementary color
Monochromatic Colors of #20D6C2
Black with #20D6C2
Text Example
Text Example
White with #20D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D6C2; }
p { color: rgb(32,214,194); }
H1.HeaderClassName
{
color: #20D6C2;
}
.AnyTagClassName
{
color: #20D6C2;
}
</style>
background-color css
<style>
a { background-color: #20D6C2; }
a { background-color: rgb(32,214,194); }
div.DivClassName
{
background-color: #20D6C2;
}
.BgClassName
{
background-color: #20D6C2;
}
</style>
border-color css
<style>
span { border-color: #20D6C2; }
span { border-color: rgb(32,214,194); }
td.TdClassName
{
border-color: #20D6C2;
}
.TagClassName
{
border-color: #20D6C2;
}
</style>