Shades of Robin's Egg Blue #22CBC3
Tints of Robin's Egg Blue #22CBC3
RGB
CMYK
RGB Variations
Color information
#22CBC3 (or 0x22CBC3) is known color: Robin's Egg Blue. HEX triplet: 22, CB and C3. RGB value is (34,203,195). Sum of RGB (Red+Green+Blue) = 34+203+195=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #22CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CBC3 is #DD343C. Grayscale: #979797. Windows color (decimal): -14496829 or 12831522. OLE color: 12831522.
HSL color Cylindrical-coordinate representation of color #22CBC3: hue angle of 177.16º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CBC3 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 195 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.20 |
| HSL | 177.16º | 0.71% | 0.46% | - |
| HSV(B) | 177.16º | 0.83% | 0.8% | - |
| XYZ | 31.87 | 46.99 | 59.02 | - |
| YUV | 151.56 | 152.51 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 195 | 0.83 | 0 | 0.04 | 0.20 | 177.16 | 0.71 | 0.46 |
| Hex | 22 | CB | C3 | 53 | 0 | 4 | 14 | B1 | 47 | 2E |
| Octal | 42 | 313 | 303 | 123 | 0 | 4 | 24 | 261 | 107 | 56 |
| Binary | 100010 | 11001011 | 11000011 | 1010011 | 0 | 100 | 10100 | 10110001 | 1000111 | 101110 |
Color Harmonies of #22CBC3
Complementary color
Monochromatic Colors of #22CBC3
Black with #22CBC3
Text Example
Text Example
White with #22CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CBC3; }
p { color: rgb(34,203,195); }
H1.HeaderClassName
{
color: #22CBC3;
}
.AnyTagClassName
{
color: #22CBC3;
}
</style>
background-color css
<style>
a { background-color: #22CBC3; }
a { background-color: rgb(34,203,195); }
div.DivClassName
{
background-color: #22CBC3;
}
.BgClassName
{
background-color: #22CBC3;
}
</style>
border-color css
<style>
span { border-color: #22CBC3; }
span { border-color: rgb(34,203,195); }
td.TdClassName
{
border-color: #22CBC3;
}
.TagClassName
{
border-color: #22CBC3;
}
</style>