Shades of Light Sea Green #22C3AF
Tints of Light Sea Green #22C3AF
RGB
CMYK
RGB Variations
Color information
#22C3AF (or 0x22C3AF) is known color: Light Sea Green. HEX triplet: 22, C3 and AF. RGB value is (34,195,175). Sum of RGB (Red+Green+Blue) = 34+195+175=404 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.42% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #22C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C3AF is #DD3C50. Grayscale: #909090. Windows color (decimal): -14498897 or 11518754. OLE color: 11518754.
HSL color Cylindrical-coordinate representation of color #22C3AF: hue angle of 172.55º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C3AF is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 175 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.24 |
| HSL | 172.55º | 0.7% | 0.45% | - |
| HSV(B) | 172.55º | 0.83% | 0.76% | - |
| XYZ | 27.91 | 42.47 | 47.28 | - |
| YUV | 144.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 175 | 0.83 | 0 | 0.10 | 0.24 | 172.55 | 0.7 | 0.45 |
| Hex | 22 | C3 | AF | 53 | 0 | A | 18 | AD | 46 | 2D |
| Octal | 42 | 303 | 257 | 123 | 0 | 12 | 30 | 255 | 106 | 55 |
| Binary | 100010 | 11000011 | 10101111 | 1010011 | 0 | 1010 | 11000 | 10101101 | 1000110 | 101101 |
Color Harmonies of #22C3AF
Complementary color
Monochromatic Colors of #22C3AF
Black with #22C3AF
Text Example
Text Example
White with #22C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C3AF; }
p { color: rgb(34,195,175); }
H1.HeaderClassName
{
color: #22C3AF;
}
.AnyTagClassName
{
color: #22C3AF;
}
</style>
background-color css
<style>
a { background-color: #22C3AF; }
a { background-color: rgb(34,195,175); }
div.DivClassName
{
background-color: #22C3AF;
}
.BgClassName
{
background-color: #22C3AF;
}
</style>
border-color css
<style>
span { border-color: #22C3AF; }
span { border-color: rgb(34,195,175); }
td.TdClassName
{
border-color: #22C3AF;
}
.TagClassName
{
border-color: #22C3AF;
}
</style>