Shades of Light Sea Green #22BAB0
Tints of Light Sea Green #22BAB0
RGB
CMYK
RGB Variations
Color information
#22BAB0 (or 0x22BAB0) is known color: Light Sea Green. HEX triplet: 22, BA and B0. RGB value is (34,186,176). Sum of RGB (Red+Green+Blue) = 34+186+176=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #22BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BAB0 is #DD454F. Grayscale: #8B8B8B. Windows color (decimal): -14501200 or 11581986. OLE color: 11581986.
HSL color Cylindrical-coordinate representation of color #22BAB0: hue angle of 176.05º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BAB0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 176 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.27 |
| HSL | 176.05º | 0.69% | 0.43% | - |
| HSV(B) | 176.05º | 0.82% | 0.73% | - |
| XYZ | 26.06 | 38.59 | 47.15 | - |
| YUV | 139.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 176 | 0.82 | 0 | 0.05 | 0.27 | 176.05 | 0.69 | 0.43 |
| Hex | 22 | BA | B0 | 52 | 0 | 5 | 1B | B0 | 45 | 2B |
| Octal | 42 | 272 | 260 | 122 | 0 | 5 | 33 | 260 | 105 | 53 |
| Binary | 100010 | 10111010 | 10110000 | 1010010 | 0 | 101 | 11011 | 10110000 | 1000101 | 101011 |
Color Harmonies of #22BAB0
Complementary color
Monochromatic Colors of #22BAB0
Black with #22BAB0
Text Example
Text Example
White with #22BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BAB0; }
p { color: rgb(34,186,176); }
H1.HeaderClassName
{
color: #22BAB0;
}
.AnyTagClassName
{
color: #22BAB0;
}
</style>
background-color css
<style>
a { background-color: #22BAB0; }
a { background-color: rgb(34,186,176); }
div.DivClassName
{
background-color: #22BAB0;
}
.BgClassName
{
background-color: #22BAB0;
}
</style>
border-color css
<style>
span { border-color: #22BAB0; }
span { border-color: rgb(34,186,176); }
td.TdClassName
{
border-color: #22BAB0;
}
.TagClassName
{
border-color: #22BAB0;
}
</style>