Shades of Robin's Egg Blue #20D0C5
Tints of Robin's Egg Blue #20D0C5
RGB
CMYK
RGB Variations
Color information
#20D0C5 (or 0x20D0C5) is known color: Robin's Egg Blue. HEX triplet: 20, D0 and C5. RGB value is (32,208,197). Sum of RGB (Red+Green+Blue) = 32+208+197=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #20D0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D0C5 is #DF2F3A. Grayscale: #999999. Windows color (decimal): -14626619 or 12963872. OLE color: 12963872.
HSL color Cylindrical-coordinate representation of color #20D0C5: hue angle of 176.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D0C5 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 197 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.18 |
| HSL | 176.25º | 0.73% | 0.47% | - |
| HSV(B) | 176.25º | 0.85% | 0.82% | - |
| XYZ | 33.23 | 49.45 | 60.62 | - |
| YUV | 154.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 197 | 0.85 | 0 | 0.05 | 0.18 | 176.25 | 0.73 | 0.47 |
| Hex | 20 | D0 | C5 | 55 | 0 | 5 | 12 | B0 | 49 | 2F |
| Octal | 40 | 320 | 305 | 125 | 0 | 5 | 22 | 260 | 111 | 57 |
| Binary | 100000 | 11010000 | 11000101 | 1010101 | 0 | 101 | 10010 | 10110000 | 1001001 | 101111 |
Color Harmonies of #20D0C5
Complementary color
Monochromatic Colors of #20D0C5
Black with #20D0C5
Text Example
Text Example
White with #20D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D0C5; }
p { color: rgb(32,208,197); }
H1.HeaderClassName
{
color: #20D0C5;
}
.AnyTagClassName
{
color: #20D0C5;
}
</style>
background-color css
<style>
a { background-color: #20D0C5; }
a { background-color: rgb(32,208,197); }
div.DivClassName
{
background-color: #20D0C5;
}
.BgClassName
{
background-color: #20D0C5;
}
</style>
border-color css
<style>
span { border-color: #20D0C5; }
span { border-color: rgb(32,208,197); }
td.TdClassName
{
border-color: #20D0C5;
}
.TagClassName
{
border-color: #20D0C5;
}
</style>