Shades of Robin's Egg Blue #22CAC5
Tints of Robin's Egg Blue #22CAC5
RGB
CMYK
RGB Variations
Color information
#22CAC5 (or 0x22CAC5) is known color: Robin's Egg Blue. HEX triplet: 22, CA and C5. RGB value is (34,202,197). Sum of RGB (Red+Green+Blue) = 34+202+197=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #22CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CAC5 is #DD353A. Grayscale: #979797. Windows color (decimal): -14497083 or 12962338. OLE color: 12962338.
HSL color Cylindrical-coordinate representation of color #22CAC5: hue angle of 178.21º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CAC5 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 197 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.21 |
| HSL | 178.21º | 0.71% | 0.46% | - |
| HSV(B) | 178.21º | 0.83% | 0.79% | - |
| XYZ | 31.86 | 46.61 | 60.14 | - |
| YUV | 151.2 | 153.84 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 197 | 0.83 | 0 | 0.02 | 0.21 | 178.21 | 0.71 | 0.46 |
| Hex | 22 | CA | C5 | 53 | 0 | 2 | 15 | B2 | 47 | 2E |
| Octal | 42 | 312 | 305 | 123 | 0 | 2 | 25 | 262 | 107 | 56 |
| Binary | 100010 | 11001010 | 11000101 | 1010011 | 0 | 10 | 10101 | 10110010 | 1000111 | 101110 |
Color Harmonies of #22CAC5
Complementary color
Monochromatic Colors of #22CAC5
Black with #22CAC5
Text Example
Text Example
White with #22CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CAC5; }
p { color: rgb(34,202,197); }
H1.HeaderClassName
{
color: #22CAC5;
}
.AnyTagClassName
{
color: #22CAC5;
}
</style>
background-color css
<style>
a { background-color: #22CAC5; }
a { background-color: rgb(34,202,197); }
div.DivClassName
{
background-color: #22CAC5;
}
.BgClassName
{
background-color: #22CAC5;
}
</style>
border-color css
<style>
span { border-color: #22CAC5; }
span { border-color: rgb(34,202,197); }
td.TdClassName
{
border-color: #22CAC5;
}
.TagClassName
{
border-color: #22CAC5;
}
</style>