Shades of Light Sea Green #22CDB6
Tints of Light Sea Green #22CDB6
RGB
CMYK
RGB Variations
Color information
#22CDB6 (or 0x22CDB6) is known color: Light Sea Green. HEX triplet: 22, CD and B6. RGB value is (34,205,182). Sum of RGB (Red+Green+Blue) = 34+205+182=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #22CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CDB6 is #DD3249. Grayscale: #979797. Windows color (decimal): -14496330 or 11980066. OLE color: 11980066.
HSL color Cylindrical-coordinate representation of color #22CDB6: hue angle of 171.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CDB6 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 205 | 182 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.20 |
| HSL | 171.93º | 0.72% | 0.47% | - |
| HSV(B) | 171.93º | 0.83% | 0.8% | - |
| XYZ | 30.93 | 47.38 | 51.77 | - |
| YUV | 151.25 | 145.35 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 205 | 182 | 0.83 | 0 | 0.11 | 0.20 | 171.93 | 0.72 | 0.47 |
| Hex | 22 | CD | B6 | 53 | 0 | B | 14 | AC | 48 | 2F |
| Octal | 42 | 315 | 266 | 123 | 0 | 13 | 24 | 254 | 110 | 57 |
| Binary | 100010 | 11001101 | 10110110 | 1010011 | 0 | 1011 | 10100 | 10101100 | 1001000 | 101111 |
Color Harmonies of #22CDB6
Complementary color
Monochromatic Colors of #22CDB6
Black with #22CDB6
Text Example
Text Example
White with #22CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CDB6; }
p { color: rgb(34,205,182); }
H1.HeaderClassName
{
color: #22CDB6;
}
.AnyTagClassName
{
color: #22CDB6;
}
</style>
background-color css
<style>
a { background-color: #22CDB6; }
a { background-color: rgb(34,205,182); }
div.DivClassName
{
background-color: #22CDB6;
}
.BgClassName
{
background-color: #22CDB6;
}
</style>
border-color css
<style>
span { border-color: #22CDB6; }
span { border-color: rgb(34,205,182); }
td.TdClassName
{
border-color: #22CDB6;
}
.TagClassName
{
border-color: #22CDB6;
}
</style>