Shades of Robin's Egg Blue #20CDCC
Tints of Robin's Egg Blue #20CDCC
RGB
CMYK
RGB Variations
Color information
#20CDCC (or 0x20CDCC) is known color: Robin's Egg Blue. HEX triplet: 20, CD and CC. RGB value is (32,205,204). Sum of RGB (Red+Green+Blue) = 32+205+204=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDCC is #DF3233. Grayscale: #989898. Windows color (decimal): -14627380 or 13421856. OLE color: 13421856.
HSL color Cylindrical-coordinate representation of color #20CDCC: 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 #20CDCC is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 204 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.20 |
| HSL | 179.65º | 0.73% | 0.46% | - |
| HSV(B) | 179.65º | 0.84% | 0.8% | - |
| XYZ | 33.33 | 48.33 | 64.7 | - |
| YUV | 153.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 204 | 0.84 | 0 | 0.00 | 0.20 | 179.65 | 0.73 | 0.46 |
| Hex | 20 | CD | CC | 54 | 0 | 0 | 14 | B4 | 49 | 2E |
| Octal | 40 | 315 | 314 | 124 | 0 | 0 | 24 | 264 | 111 | 56 |
| Binary | 100000 | 11001101 | 11001100 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001001 | 101110 |
Color Harmonies of #20CDCC
Complementary color
Monochromatic Colors of #20CDCC
Black with #20CDCC
Text Example
Text Example
White with #20CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDCC; }
p { color: rgb(32,205,204); }
H1.HeaderClassName
{
color: #20CDCC;
}
.AnyTagClassName
{
color: #20CDCC;
}
</style>
background-color css
<style>
a { background-color: #20CDCC; }
a { background-color: rgb(32,205,204); }
div.DivClassName
{
background-color: #20CDCC;
}
.BgClassName
{
background-color: #20CDCC;
}
</style>
border-color css
<style>
span { border-color: #20CDCC; }
span { border-color: rgb(32,205,204); }
td.TdClassName
{
border-color: #20CDCC;
}
.TagClassName
{
border-color: #20CDCC;
}
</style>