Shades of Robin's Egg Blue #22D0CC
Tints of Robin's Egg Blue #22D0CC
RGB
CMYK
RGB Variations
Color information
#22D0CC (or 0x22D0CC) is known color: Robin's Egg Blue. HEX triplet: 22, D0 and CC. RGB value is (34,208,204). Sum of RGB (Red+Green+Blue) = 34+208+204=446 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.62% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #22D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D0CC is #DD2F33. Grayscale: #9B9B9B. Windows color (decimal): -14495540 or 13422626. OLE color: 13422626.
HSL color Cylindrical-coordinate representation of color #22D0CC: hue angle of 178.62º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D0CC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 208 | 204 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.18 |
| HSL | 178.62º | 0.72% | 0.47% | - |
| HSV(B) | 178.62º | 0.84% | 0.82% | - |
| XYZ | 34.11 | 49.81 | 64.94 | - |
| YUV | 155.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 208 | 204 | 0.84 | 0 | 0.02 | 0.18 | 178.62 | 0.72 | 0.47 |
| Hex | 22 | D0 | CC | 54 | 0 | 2 | 12 | B3 | 48 | 2F |
| Octal | 42 | 320 | 314 | 124 | 0 | 2 | 22 | 263 | 110 | 57 |
| Binary | 100010 | 11010000 | 11001100 | 1010100 | 0 | 10 | 10010 | 10110011 | 1001000 | 101111 |
Color Harmonies of #22D0CC
Complementary color
Monochromatic Colors of #22D0CC
Black with #22D0CC
Text Example
Text Example
White with #22D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D0CC; }
p { color: rgb(34,208,204); }
H1.HeaderClassName
{
color: #22D0CC;
}
.AnyTagClassName
{
color: #22D0CC;
}
</style>
background-color css
<style>
a { background-color: #22D0CC; }
a { background-color: rgb(34,208,204); }
div.DivClassName
{
background-color: #22D0CC;
}
.BgClassName
{
background-color: #22D0CC;
}
</style>
border-color css
<style>
span { border-color: #22D0CC; }
span { border-color: rgb(34,208,204); }
td.TdClassName
{
border-color: #22D0CC;
}
.TagClassName
{
border-color: #22D0CC;
}
</style>