Shades of Robin's Egg Blue #20CDC2
Tints of Robin's Egg Blue #20CDC2
RGB
CMYK
RGB Variations
Color information
#20CDC2 (or 0x20CDC2) is known color: Robin's Egg Blue. HEX triplet: 20, CD and C2. RGB value is (32,205,194). Sum of RGB (Red+Green+Blue) = 32+205+194=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDC2 is #DF323D. Grayscale: #979797. Windows color (decimal): -14627390 or 12766496. OLE color: 12766496.
HSL color Cylindrical-coordinate representation of color #20CDC2: hue angle of 176.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDC2 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 194 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.20 |
| HSL | 176.19º | 0.73% | 0.46% | - |
| HSV(B) | 176.19º | 0.84% | 0.8% | - |
| XYZ | 32.16 | 47.86 | 58.58 | - |
| YUV | 152.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 194 | 0.84 | 0 | 0.05 | 0.20 | 176.19 | 0.73 | 0.46 |
| Hex | 20 | CD | C2 | 54 | 0 | 5 | 14 | B0 | 49 | 2E |
| Octal | 40 | 315 | 302 | 124 | 0 | 5 | 24 | 260 | 111 | 56 |
| Binary | 100000 | 11001101 | 11000010 | 1010100 | 0 | 101 | 10100 | 10110000 | 1001001 | 101110 |
Color Harmonies of #20CDC2
Complementary color
Monochromatic Colors of #20CDC2
Black with #20CDC2
Text Example
Text Example
White with #20CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDC2; }
p { color: rgb(32,205,194); }
H1.HeaderClassName
{
color: #20CDC2;
}
.AnyTagClassName
{
color: #20CDC2;
}
</style>
background-color css
<style>
a { background-color: #20CDC2; }
a { background-color: rgb(32,205,194); }
div.DivClassName
{
background-color: #20CDC2;
}
.BgClassName
{
background-color: #20CDC2;
}
</style>
border-color css
<style>
span { border-color: #20CDC2; }
span { border-color: rgb(32,205,194); }
td.TdClassName
{
border-color: #20CDC2;
}
.TagClassName
{
border-color: #20CDC2;
}
</style>