Shades of Light Sea Green #22BEC2
Tints of Light Sea Green #22BEC2
RGB
CMYK
RGB Variations
Color information
#22BEC2 (or 0x22BEC2) is known color: Light Sea Green. HEX triplet: 22, BE and C2. RGB value is (34,190,194). Sum of RGB (Red+Green+Blue) = 34+190+194=418 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.13% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #22BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BEC2 is #DD413D. Grayscale: #8F8F8F. Windows color (decimal): -14500158 or 12762658. OLE color: 12762658.
HSL color Cylindrical-coordinate representation of color #22BEC2: hue angle of 181.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BEC2 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 190 | 194 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.24 |
| HSL | 181.5º | 0.7% | 0.45% | - |
| HSV(B) | 181.5º | 0.82% | 0.76% | - |
| XYZ | 28.81 | 41.06 | 57.45 | - |
| YUV | 143.81 | 156.32 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 194 | 0.82 | 0.02 | 0 | 0.24 | 181.5 | 0.7 | 0.45 |
| Hex | 22 | BE | C2 | 52 | 2 | 0 | 18 | B6 | 46 | 2D |
| Octal | 42 | 276 | 302 | 122 | 2 | 0 | 30 | 266 | 106 | 55 |
| Binary | 100010 | 10111110 | 11000010 | 1010010 | 10 | 0 | 11000 | 10110110 | 1000110 | 101101 |
Color Harmonies of #22BEC2
Complementary color
Monochromatic Colors of #22BEC2
Black with #22BEC2
Text Example
Text Example
White with #22BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BEC2; }
p { color: rgb(34,190,194); }
H1.HeaderClassName
{
color: #22BEC2;
}
.AnyTagClassName
{
color: #22BEC2;
}
</style>
background-color css
<style>
a { background-color: #22BEC2; }
a { background-color: rgb(34,190,194); }
div.DivClassName
{
background-color: #22BEC2;
}
.BgClassName
{
background-color: #22BEC2;
}
</style>
border-color css
<style>
span { border-color: #22BEC2; }
span { border-color: rgb(34,190,194); }
td.TdClassName
{
border-color: #22BEC2;
}
.TagClassName
{
border-color: #22BEC2;
}
</style>