Shades of Robin's Egg Blue #20CACB
Tints of Robin's Egg Blue #20CACB
RGB
CMYK
RGB Variations
Color information
#20CACB (or 0x20CACB) is known color: Robin's Egg Blue. HEX triplet: 20, CA and CB. RGB value is (32,202,203). Sum of RGB (Red+Green+Blue) = 32+202+203=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #20CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CACB is #DF3534. Grayscale: #979797. Windows color (decimal): -14628149 or 13355552. OLE color: 13355552.
HSL color Cylindrical-coordinate representation of color #20CACB: hue angle of 180.35º 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 #20CACB is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 202 | 203 | - |
| CMYK | 0.84 | 0.00 | 0 | 0.20 |
| HSL | 180.35º | 0.73% | 0.46% | - |
| HSV(B) | 180.35º | 0.84% | 0.8% | - |
| XYZ | 32.5 | 46.86 | 63.83 | - |
| YUV | 151.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 203 | 0.84 | 0.00 | 0 | 0.20 | 180.35 | 0.73 | 0.46 |
| Hex | 20 | CA | CB | 54 | 0 | 0 | 14 | B4 | 49 | 2E |
| Octal | 40 | 312 | 313 | 124 | 0 | 0 | 24 | 264 | 111 | 56 |
| Binary | 100000 | 11001010 | 11001011 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001001 | 101110 |
Color Harmonies of #20CACB
Complementary color
Monochromatic Colors of #20CACB
Black with #20CACB
Text Example
Text Example
White with #20CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CACB; }
p { color: rgb(32,202,203); }
H1.HeaderClassName
{
color: #20CACB;
}
.AnyTagClassName
{
color: #20CACB;
}
</style>
background-color css
<style>
a { background-color: #20CACB; }
a { background-color: rgb(32,202,203); }
div.DivClassName
{
background-color: #20CACB;
}
.BgClassName
{
background-color: #20CACB;
}
</style>
border-color css
<style>
span { border-color: #20CACB; }
span { border-color: rgb(32,202,203); }
td.TdClassName
{
border-color: #20CACB;
}
.TagClassName
{
border-color: #20CACB;
}
</style>