Shades of Light Sea Green #22C5B5
Tints of Light Sea Green #22C5B5
RGB
CMYK
RGB Variations
Color information
#22C5B5 (or 0x22C5B5) is known color: Light Sea Green. HEX triplet: 22, C5 and B5. RGB value is (34,197,181). Sum of RGB (Red+Green+Blue) = 34+197+181=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #22C5B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C5B5 is #DD3A4A. Grayscale: #929292. Windows color (decimal): -14498379 or 11912482. OLE color: 11912482.
HSL color Cylindrical-coordinate representation of color #22C5B5: hue angle of 174.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C5B5 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 181 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.23 |
| HSL | 174.11º | 0.71% | 0.45% | - |
| HSV(B) | 174.11º | 0.83% | 0.77% | - |
| XYZ | 28.97 | 43.61 | 50.61 | - |
| YUV | 146.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 181 | 0.83 | 0 | 0.08 | 0.23 | 174.11 | 0.71 | 0.45 |
| Hex | 22 | C5 | B5 | 53 | 0 | 8 | 17 | AE | 47 | 2D |
| Octal | 42 | 305 | 265 | 123 | 0 | 10 | 27 | 256 | 107 | 55 |
| Binary | 100010 | 11000101 | 10110101 | 1010011 | 0 | 1000 | 10111 | 10101110 | 1000111 | 101101 |
Color Harmonies of #22C5B5
Complementary color
Monochromatic Colors of #22C5B5
Black with #22C5B5
Text Example
Text Example
White with #22C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C5B5; }
p { color: rgb(34,197,181); }
H1.HeaderClassName
{
color: #22C5B5;
}
.AnyTagClassName
{
color: #22C5B5;
}
</style>
background-color css
<style>
a { background-color: #22C5B5; }
a { background-color: rgb(34,197,181); }
div.DivClassName
{
background-color: #22C5B5;
}
.BgClassName
{
background-color: #22C5B5;
}
</style>
border-color css
<style>
span { border-color: #22C5B5; }
span { border-color: rgb(34,197,181); }
td.TdClassName
{
border-color: #22C5B5;
}
.TagClassName
{
border-color: #22C5B5;
}
</style>