Shades of Light Sea Green #22BFAE
Tints of Light Sea Green #22BFAE
RGB
CMYK
RGB Variations
Color information
#22BFAE (or 0x22BFAE) is known color: Light Sea Green. HEX triplet: 22, BF and AE. RGB value is (34,191,174). Sum of RGB (Red+Green+Blue) = 34+191+174=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #22BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BFAE is #DD4051. Grayscale: #8E8E8E. Windows color (decimal): -14499922 or 11452194. OLE color: 11452194.
HSL color Cylindrical-coordinate representation of color #22BFAE: hue angle of 173.5º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BFAE is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 191 | 174 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.25 |
| HSL | 173.5º | 0.7% | 0.44% | - |
| HSV(B) | 173.5º | 0.82% | 0.75% | - |
| XYZ | 26.93 | 40.66 | 46.47 | - |
| YUV | 142.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 174 | 0.82 | 0 | 0.09 | 0.25 | 173.5 | 0.7 | 0.44 |
| Hex | 22 | BF | AE | 52 | 0 | 9 | 19 | AE | 46 | 2C |
| Octal | 42 | 277 | 256 | 122 | 0 | 11 | 31 | 256 | 106 | 54 |
| Binary | 100010 | 10111111 | 10101110 | 1010010 | 0 | 1001 | 11001 | 10101110 | 1000110 | 101100 |
Color Harmonies of #22BFAE
Complementary color
Monochromatic Colors of #22BFAE
Black with #22BFAE
Text Example
Text Example
White with #22BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BFAE; }
p { color: rgb(34,191,174); }
H1.HeaderClassName
{
color: #22BFAE;
}
.AnyTagClassName
{
color: #22BFAE;
}
</style>
background-color css
<style>
a { background-color: #22BFAE; }
a { background-color: rgb(34,191,174); }
div.DivClassName
{
background-color: #22BFAE;
}
.BgClassName
{
background-color: #22BFAE;
}
</style>
border-color css
<style>
span { border-color: #22BFAE; }
span { border-color: rgb(34,191,174); }
td.TdClassName
{
border-color: #22BFAE;
}
.TagClassName
{
border-color: #22BFAE;
}
</style>