Shades of Light Sea Green #22CFBC
Tints of Light Sea Green #22CFBC
RGB
CMYK
RGB Variations
Color information
#22CFBC (or 0x22CFBC) is known color: Light Sea Green. HEX triplet: 22, CF and BC. RGB value is (34,207,188). Sum of RGB (Red+Green+Blue) = 34+207+188=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #22CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CFBC is #DD3043. Grayscale: #999999. Windows color (decimal): -14495812 or 12373794. OLE color: 12373794.
HSL color Cylindrical-coordinate representation of color #22CFBC: hue angle of 173.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CFBC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 188 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.41º | 0.72% | 0.47% | - |
| HSV(B) | 173.41º | 0.84% | 0.81% | - |
| XYZ | 32.05 | 48.6 | 55.27 | - |
| YUV | 153.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 188 | 0.84 | 0 | 0.09 | 0.19 | 173.41 | 0.72 | 0.47 |
| Hex | 22 | CF | BC | 54 | 0 | 9 | 13 | AD | 48 | 2F |
| Octal | 42 | 317 | 274 | 124 | 0 | 11 | 23 | 255 | 110 | 57 |
| Binary | 100010 | 11001111 | 10111100 | 1010100 | 0 | 1001 | 10011 | 10101101 | 1001000 | 101111 |
Color Harmonies of #22CFBC
Complementary color
Monochromatic Colors of #22CFBC
Black with #22CFBC
Text Example
Text Example
White with #22CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CFBC; }
p { color: rgb(34,207,188); }
H1.HeaderClassName
{
color: #22CFBC;
}
.AnyTagClassName
{
color: #22CFBC;
}
</style>
background-color css
<style>
a { background-color: #22CFBC; }
a { background-color: rgb(34,207,188); }
div.DivClassName
{
background-color: #22CFBC;
}
.BgClassName
{
background-color: #22CFBC;
}
</style>
border-color css
<style>
span { border-color: #22CFBC; }
span { border-color: rgb(34,207,188); }
td.TdClassName
{
border-color: #22CFBC;
}
.TagClassName
{
border-color: #22CFBC;
}
</style>