Shades of Robin's Egg Blue #20D3BD
Tints of Robin's Egg Blue #20D3BD
RGB
CMYK
RGB Variations
Color information
#20D3BD (or 0x20D3BD) is known color: Robin's Egg Blue. HEX triplet: 20, D3 and BD. RGB value is (32,211,189). Sum of RGB (Red+Green+Blue) = 32+211+189=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #20D3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D3BD is #DF2C42. Grayscale: #9A9A9A. Windows color (decimal): -14625859 or 12440352. OLE color: 12440352.
HSL color Cylindrical-coordinate representation of color #20D3BD: hue angle of 172.63º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D3BD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 189 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.17 |
| HSL | 172.63º | 0.74% | 0.48% | - |
| HSV(B) | 172.63º | 0.85% | 0.83% | - |
| XYZ | 33.08 | 50.57 | 56.16 | - |
| YUV | 154.97 | 147.2 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 189 | 0.85 | 0 | 0.10 | 0.17 | 172.63 | 0.74 | 0.48 |
| Hex | 20 | D3 | BD | 55 | 0 | A | 11 | AD | 4A | 30 |
| Octal | 40 | 323 | 275 | 125 | 0 | 12 | 21 | 255 | 112 | 60 |
| Binary | 100000 | 11010011 | 10111101 | 1010101 | 0 | 1010 | 10001 | 10101101 | 1001010 | 110000 |
Color Harmonies of #20D3BD
Complementary color
Monochromatic Colors of #20D3BD
Black with #20D3BD
Text Example
Text Example
White with #20D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D3BD; }
p { color: rgb(32,211,189); }
H1.HeaderClassName
{
color: #20D3BD;
}
.AnyTagClassName
{
color: #20D3BD;
}
</style>
background-color css
<style>
a { background-color: #20D3BD; }
a { background-color: rgb(32,211,189); }
div.DivClassName
{
background-color: #20D3BD;
}
.BgClassName
{
background-color: #20D3BD;
}
</style>
border-color css
<style>
span { border-color: #20D3BD; }
span { border-color: rgb(32,211,189); }
td.TdClassName
{
border-color: #20D3BD;
}
.TagClassName
{
border-color: #20D3BD;
}
</style>