Shades of Light Sea Green #22C9BA
Tints of Light Sea Green #22C9BA
RGB
CMYK
RGB Variations
Color information
#22C9BA (or 0x22C9BA) is known color: Light Sea Green. HEX triplet: 22, C9 and BA. RGB value is (34,201,186). Sum of RGB (Red+Green+Blue) = 34+201+186=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #22C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C9BA is #DD3645. Grayscale: #959595. Windows color (decimal): -14497350 or 12241186. OLE color: 12241186.
HSL color Cylindrical-coordinate representation of color #22C9BA: hue angle of 174.61º 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 #22C9BA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 186 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.21 |
| HSL | 174.61º | 0.71% | 0.46% | - |
| HSV(B) | 174.61º | 0.83% | 0.79% | - |
| XYZ | 30.41 | 45.66 | 53.66 | - |
| YUV | 149.36 | 148.67 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 186 | 0.83 | 0 | 0.07 | 0.21 | 174.61 | 0.71 | 0.46 |
| Hex | 22 | C9 | BA | 53 | 0 | 7 | 15 | AF | 47 | 2E |
| Octal | 42 | 311 | 272 | 123 | 0 | 7 | 25 | 257 | 107 | 56 |
| Binary | 100010 | 11001001 | 10111010 | 1010011 | 0 | 111 | 10101 | 10101111 | 1000111 | 101110 |
Color Harmonies of #22C9BA
Complementary color
Monochromatic Colors of #22C9BA
Black with #22C9BA
Text Example
Text Example
White with #22C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C9BA; }
p { color: rgb(34,201,186); }
H1.HeaderClassName
{
color: #22C9BA;
}
.AnyTagClassName
{
color: #22C9BA;
}
</style>
background-color css
<style>
a { background-color: #22C9BA; }
a { background-color: rgb(34,201,186); }
div.DivClassName
{
background-color: #22C9BA;
}
.BgClassName
{
background-color: #22C9BA;
}
</style>
border-color css
<style>
span { border-color: #22C9BA; }
span { border-color: rgb(34,201,186); }
td.TdClassName
{
border-color: #22C9BA;
}
.TagClassName
{
border-color: #22C9BA;
}
</style>