Shades of Robin's Egg Blue #20CDC3
Tints of Robin's Egg Blue #20CDC3
RGB
CMYK
RGB Variations
Color information
#20CDC3 (or 0x20CDC3) is known color: Robin's Egg Blue. HEX triplet: 20, CD and C3. RGB value is (32,205,195). Sum of RGB (Red+Green+Blue) = 32+205+195=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDC3 is #DF323C. Grayscale: #979797. Windows color (decimal): -14627389 or 12832032. OLE color: 12832032.
HSL color Cylindrical-coordinate representation of color #20CDC3: hue angle of 176.53º 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 #20CDC3 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 195 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.20 |
| HSL | 176.53º | 0.73% | 0.46% | - |
| HSV(B) | 176.53º | 0.84% | 0.8% | - |
| XYZ | 32.28 | 47.91 | 59.18 | - |
| YUV | 152.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 195 | 0.84 | 0 | 0.05 | 0.20 | 176.53 | 0.73 | 0.46 |
| Hex | 20 | CD | C3 | 54 | 0 | 5 | 14 | B1 | 49 | 2E |
| Octal | 40 | 315 | 303 | 124 | 0 | 5 | 24 | 261 | 111 | 56 |
| Binary | 100000 | 11001101 | 11000011 | 1010100 | 0 | 101 | 10100 | 10110001 | 1001001 | 101110 |
Color Harmonies of #20CDC3
Complementary color
Monochromatic Colors of #20CDC3
Black with #20CDC3
Text Example
Text Example
White with #20CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDC3; }
p { color: rgb(32,205,195); }
H1.HeaderClassName
{
color: #20CDC3;
}
.AnyTagClassName
{
color: #20CDC3;
}
</style>
background-color css
<style>
a { background-color: #20CDC3; }
a { background-color: rgb(32,205,195); }
div.DivClassName
{
background-color: #20CDC3;
}
.BgClassName
{
background-color: #20CDC3;
}
</style>
border-color css
<style>
span { border-color: #20CDC3; }
span { border-color: rgb(32,205,195); }
td.TdClassName
{
border-color: #20CDC3;
}
.TagClassName
{
border-color: #20CDC3;
}
</style>