Shades of Robin's Egg Blue #20D5C0
Tints of Robin's Egg Blue #20D5C0
RGB
CMYK
RGB Variations
Color information
#20D5C0 (or 0x20D5C0) is known color: Robin's Egg Blue. HEX triplet: 20, D5 and C0. RGB value is (32,213,192). Sum of RGB (Red+Green+Blue) = 32+213+192=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #20D5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5C0 is #DF2A3F. Grayscale: #9C9C9C. Windows color (decimal): -14625344 or 12637472. OLE color: 12637472.
HSL color Cylindrical-coordinate representation of color #20D5C0: hue angle of 173.04º 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 #20D5C0 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 192 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.16 |
| HSL | 173.04º | 0.74% | 0.48% | - |
| HSV(B) | 173.04º | 0.85% | 0.84% | - |
| XYZ | 33.9 | 51.7 | 58.06 | - |
| YUV | 156.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 192 | 0.85 | 0 | 0.10 | 0.16 | 173.04 | 0.74 | 0.48 |
| Hex | 20 | D5 | C0 | 55 | 0 | A | 10 | AD | 4A | 30 |
| Octal | 40 | 325 | 300 | 125 | 0 | 12 | 20 | 255 | 112 | 60 |
| Binary | 100000 | 11010101 | 11000000 | 1010101 | 0 | 1010 | 10000 | 10101101 | 1001010 | 110000 |
Color Harmonies of #20D5C0
Complementary color
Monochromatic Colors of #20D5C0
Black with #20D5C0
Text Example
Text Example
White with #20D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D5C0; }
p { color: rgb(32,213,192); }
H1.HeaderClassName
{
color: #20D5C0;
}
.AnyTagClassName
{
color: #20D5C0;
}
</style>
background-color css
<style>
a { background-color: #20D5C0; }
a { background-color: rgb(32,213,192); }
div.DivClassName
{
background-color: #20D5C0;
}
.BgClassName
{
background-color: #20D5C0;
}
</style>
border-color css
<style>
span { border-color: #20D5C0; }
span { border-color: rgb(32,213,192); }
td.TdClassName
{
border-color: #20D5C0;
}
.TagClassName
{
border-color: #20D5C0;
}
</style>