Shades of Robin's Egg Blue #20CCCB
Tints of Robin's Egg Blue #20CCCB
RGB
CMYK
RGB Variations
Color information
#20CCCB (or 0x20CCCB) is known color: Robin's Egg Blue. HEX triplet: 20, CC and CB. RGB value is (32,204,203). Sum of RGB (Red+Green+Blue) = 32+204+203=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCCB is #DF3334. Grayscale: #989898. Windows color (decimal): -14627637 or 13356064. OLE color: 13356064.
HSL color Cylindrical-coordinate representation of color #20CCCB: hue angle of 179.65º 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 #20CCCB is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 203 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.2 |
| HSL | 179.65º | 0.73% | 0.46% | - |
| HSV(B) | 179.65º | 0.84% | 0.8% | - |
| XYZ | 32.97 | 47.8 | 63.99 | - |
| YUV | 152.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 203 | 0.84 | 0 | 0.00 | 0.2 | 179.65 | 0.73 | 0.46 |
| Hex | 20 | CC | CB | 54 | 0 | 0 | 14 | B4 | 49 | 2E |
| Octal | 40 | 314 | 313 | 124 | 0 | 0 | 24 | 264 | 111 | 56 |
| Binary | 100000 | 11001100 | 11001011 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001001 | 101110 |
Color Harmonies of #20CCCB
Complementary color
Monochromatic Colors of #20CCCB
Black with #20CCCB
Text Example
Text Example
White with #20CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCCB; }
p { color: rgb(32,204,203); }
H1.HeaderClassName
{
color: #20CCCB;
}
.AnyTagClassName
{
color: #20CCCB;
}
</style>
background-color css
<style>
a { background-color: #20CCCB; }
a { background-color: rgb(32,204,203); }
div.DivClassName
{
background-color: #20CCCB;
}
.BgClassName
{
background-color: #20CCCB;
}
</style>
border-color css
<style>
span { border-color: #20CCCB; }
span { border-color: rgb(32,204,203); }
td.TdClassName
{
border-color: #20CCCB;
}
.TagClassName
{
border-color: #20CCCB;
}
</style>