Shades of Robin's Egg Blue #22CAC4
Tints of Robin's Egg Blue #22CAC4
RGB
CMYK
RGB Variations
Color information
#22CAC4 (or 0x22CAC4) is known color: Robin's Egg Blue. HEX triplet: 22, CA and C4. RGB value is (34,202,196). Sum of RGB (Red+Green+Blue) = 34+202+196=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #22CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CAC4 is #DD353B. Grayscale: #969696. Windows color (decimal): -14497084 or 12896802. OLE color: 12896802.
HSL color Cylindrical-coordinate representation of color #22CAC4: hue angle of 177.86º 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 #22CAC4 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 196 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.21 |
| HSL | 177.86º | 0.71% | 0.46% | - |
| HSV(B) | 177.86º | 0.83% | 0.79% | - |
| XYZ | 31.74 | 46.57 | 59.54 | - |
| YUV | 151.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 196 | 0.83 | 0 | 0.03 | 0.21 | 177.86 | 0.71 | 0.46 |
| Hex | 22 | CA | C4 | 53 | 0 | 3 | 15 | B2 | 47 | 2E |
| Octal | 42 | 312 | 304 | 123 | 0 | 3 | 25 | 262 | 107 | 56 |
| Binary | 100010 | 11001010 | 11000100 | 1010011 | 0 | 11 | 10101 | 10110010 | 1000111 | 101110 |
Color Harmonies of #22CAC4
Complementary color
Monochromatic Colors of #22CAC4
Black with #22CAC4
Text Example
Text Example
White with #22CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CAC4; }
p { color: rgb(34,202,196); }
H1.HeaderClassName
{
color: #22CAC4;
}
.AnyTagClassName
{
color: #22CAC4;
}
</style>
background-color css
<style>
a { background-color: #22CAC4; }
a { background-color: rgb(34,202,196); }
div.DivClassName
{
background-color: #22CAC4;
}
.BgClassName
{
background-color: #22CAC4;
}
</style>
border-color css
<style>
span { border-color: #22CAC4; }
span { border-color: rgb(34,202,196); }
td.TdClassName
{
border-color: #22CAC4;
}
.TagClassName
{
border-color: #22CAC4;
}
</style>