Shades of Light Sea Green #22CCB0
Tints of Light Sea Green #22CCB0
RGB
CMYK
RGB Variations
Color information
#22CCB0 (or 0x22CCB0) is known color: Light Sea Green. HEX triplet: 22, CC and B0. RGB value is (34,204,176). Sum of RGB (Red+Green+Blue) = 34+204+176=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #22CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22CCB0 is #DD334F. Grayscale: #959595. Windows color (decimal): -14496592 or 11586594. OLE color: 11586594.
HSL color Cylindrical-coordinate representation of color #22CCB0: hue angle of 170.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CCB0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 176 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.2 |
| HSL | 170.12º | 0.71% | 0.47% | - |
| HSV(B) | 170.12º | 0.83% | 0.8% | - |
| XYZ | 30.09 | 46.66 | 48.49 | - |
| YUV | 149.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 176 | 0.83 | 0 | 0.14 | 0.2 | 170.12 | 0.71 | 0.47 |
| Hex | 22 | CC | B0 | 53 | 0 | E | 14 | AA | 47 | 2F |
| Octal | 42 | 314 | 260 | 123 | 0 | 16 | 24 | 252 | 107 | 57 |
| Binary | 100010 | 11001100 | 10110000 | 1010011 | 0 | 1110 | 10100 | 10101010 | 1000111 | 101111 |
Color Harmonies of #22CCB0
Complementary color
Monochromatic Colors of #22CCB0
Black with #22CCB0
Text Example
Text Example
White with #22CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CCB0; }
p { color: rgb(34,204,176); }
H1.HeaderClassName
{
color: #22CCB0;
}
.AnyTagClassName
{
color: #22CCB0;
}
</style>
background-color css
<style>
a { background-color: #22CCB0; }
a { background-color: rgb(34,204,176); }
div.DivClassName
{
background-color: #22CCB0;
}
.BgClassName
{
background-color: #22CCB0;
}
</style>
border-color css
<style>
span { border-color: #22CCB0; }
span { border-color: rgb(34,204,176); }
td.TdClassName
{
border-color: #22CCB0;
}
.TagClassName
{
border-color: #22CCB0;
}
</style>