Shades of Robin's Egg Blue #20CCC1
Tints of Robin's Egg Blue #20CCC1
RGB
CMYK
RGB Variations
Color information
#20CCC1 (or 0x20CCC1) is known color: Robin's Egg Blue. HEX triplet: 20, CC and C1. RGB value is (32,204,193). Sum of RGB (Red+Green+Blue) = 32+204+193=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCC1 is #DF333E. Grayscale: #979797. Windows color (decimal): -14627647 or 12700704. OLE color: 12700704.
HSL color Cylindrical-coordinate representation of color #20CCC1: hue angle of 176.16º 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 #20CCC1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 193 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.2 |
| HSL | 176.16º | 0.73% | 0.46% | - |
| HSV(B) | 176.16º | 0.84% | 0.8% | - |
| XYZ | 31.81 | 47.34 | 57.91 | - |
| YUV | 151.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 193 | 0.84 | 0 | 0.05 | 0.2 | 176.16 | 0.73 | 0.46 |
| Hex | 20 | CC | C1 | 54 | 0 | 5 | 14 | B0 | 49 | 2E |
| Octal | 40 | 314 | 301 | 124 | 0 | 5 | 24 | 260 | 111 | 56 |
| Binary | 100000 | 11001100 | 11000001 | 1010100 | 0 | 101 | 10100 | 10110000 | 1001001 | 101110 |
Color Harmonies of #20CCC1
Complementary color
Monochromatic Colors of #20CCC1
Black with #20CCC1
Text Example
Text Example
White with #20CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCC1; }
p { color: rgb(32,204,193); }
H1.HeaderClassName
{
color: #20CCC1;
}
.AnyTagClassName
{
color: #20CCC1;
}
</style>
background-color css
<style>
a { background-color: #20CCC1; }
a { background-color: rgb(32,204,193); }
div.DivClassName
{
background-color: #20CCC1;
}
.BgClassName
{
background-color: #20CCC1;
}
</style>
border-color css
<style>
span { border-color: #20CCC1; }
span { border-color: rgb(32,204,193); }
td.TdClassName
{
border-color: #20CCC1;
}
.TagClassName
{
border-color: #20CCC1;
}
</style>