Shades of Robin's Egg Blue #20CDC6
Tints of Robin's Egg Blue #20CDC6
RGB
CMYK
RGB Variations
Color information
#20CDC6 (or 0x20CDC6) is known color: Robin's Egg Blue. HEX triplet: 20, CD and C6. RGB value is (32,205,198). Sum of RGB (Red+Green+Blue) = 32+205+198=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDC6 is #DF3239. Grayscale: #989898. Windows color (decimal): -14627386 or 13028640. OLE color: 13028640.
HSL color Cylindrical-coordinate representation of color #20CDC6: hue angle of 177.57º 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 #20CDC6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 198 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.20 |
| HSL | 177.57º | 0.73% | 0.46% | - |
| HSV(B) | 177.57º | 0.84% | 0.8% | - |
| XYZ | 32.62 | 48.05 | 60.98 | - |
| YUV | 152.48 | 153.69 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 198 | 0.84 | 0 | 0.03 | 0.20 | 177.57 | 0.73 | 0.46 |
| Hex | 20 | CD | C6 | 54 | 0 | 3 | 14 | B2 | 49 | 2E |
| Octal | 40 | 315 | 306 | 124 | 0 | 3 | 24 | 262 | 111 | 56 |
| Binary | 100000 | 11001101 | 11000110 | 1010100 | 0 | 11 | 10100 | 10110010 | 1001001 | 101110 |
Color Harmonies of #20CDC6
Complementary color
Monochromatic Colors of #20CDC6
Black with #20CDC6
Text Example
Text Example
White with #20CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDC6; }
p { color: rgb(32,205,198); }
H1.HeaderClassName
{
color: #20CDC6;
}
.AnyTagClassName
{
color: #20CDC6;
}
</style>
background-color css
<style>
a { background-color: #20CDC6; }
a { background-color: rgb(32,205,198); }
div.DivClassName
{
background-color: #20CDC6;
}
.BgClassName
{
background-color: #20CDC6;
}
</style>
border-color css
<style>
span { border-color: #20CDC6; }
span { border-color: rgb(32,205,198); }
td.TdClassName
{
border-color: #20CDC6;
}
.TagClassName
{
border-color: #20CDC6;
}
</style>