Shades of Light Sea Green #22ADB6
Tints of Light Sea Green #22ADB6
RGB
CMYK
RGB Variations
Color information
#22ADB6 (or 0x22ADB6) is known color: Light Sea Green. HEX triplet: 22, AD and B6. RGB value is (34,173,182). Sum of RGB (Red+Green+Blue) = 34+173+182=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #22ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ADB6 is #DD5249. Grayscale: #848484. Windows color (decimal): -14504522 or 11971874. OLE color: 11971874.
HSL color Cylindrical-coordinate representation of color #22ADB6: hue angle of 183.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22ADB6 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 173 | 182 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.29 |
| HSL | 183.65º | 0.69% | 0.42% | - |
| HSV(B) | 183.65º | 0.81% | 0.71% | - |
| XYZ | 24.05 | 33.6 | 49.47 | - |
| YUV | 132.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 182 | 0.81 | 0.05 | 0 | 0.29 | 183.65 | 0.69 | 0.42 |
| Hex | 22 | AD | B6 | 51 | 5 | 0 | 1D | B8 | 45 | 2A |
| Octal | 42 | 255 | 266 | 121 | 5 | 0 | 35 | 270 | 105 | 52 |
| Binary | 100010 | 10101101 | 10110110 | 1010001 | 101 | 0 | 11101 | 10111000 | 1000101 | 101010 |
Color Harmonies of #22ADB6
Complementary color
Monochromatic Colors of #22ADB6
Black with #22ADB6
Text Example
Text Example
White with #22ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ADB6; }
p { color: rgb(34,173,182); }
H1.HeaderClassName
{
color: #22ADB6;
}
.AnyTagClassName
{
color: #22ADB6;
}
</style>
background-color css
<style>
a { background-color: #22ADB6; }
a { background-color: rgb(34,173,182); }
div.DivClassName
{
background-color: #22ADB6;
}
.BgClassName
{
background-color: #22ADB6;
}
</style>
border-color css
<style>
span { border-color: #22ADB6; }
span { border-color: rgb(34,173,182); }
td.TdClassName
{
border-color: #22ADB6;
}
.TagClassName
{
border-color: #22ADB6;
}
</style>