Shades of Light Sea Green #20CFB7
Tints of Light Sea Green #20CFB7
RGB
CMYK
RGB Variations
Color information
#20CFB7 (or 0x20CFB7) is known color: Light Sea Green. HEX triplet: 20, CF and B7. RGB value is (32,207,183). Sum of RGB (Red+Green+Blue) = 32+207+183=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFB7 is #DF3048. Grayscale: #979797. Windows color (decimal): -14626889 or 12046112. OLE color: 12046112.
HSL color Cylindrical-coordinate representation of color #20CFB7: hue angle of 171.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFB7 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 183 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.19 |
| HSL | 171.77º | 0.73% | 0.47% | - |
| HSV(B) | 171.77º | 0.85% | 0.81% | - |
| XYZ | 31.46 | 48.35 | 52.47 | - |
| YUV | 151.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 183 | 0.85 | 0 | 0.12 | 0.19 | 171.77 | 0.73 | 0.47 |
| Hex | 20 | CF | B7 | 55 | 0 | C | 13 | AC | 49 | 2F |
| Octal | 40 | 317 | 267 | 125 | 0 | 14 | 23 | 254 | 111 | 57 |
| Binary | 100000 | 11001111 | 10110111 | 1010101 | 0 | 1100 | 10011 | 10101100 | 1001001 | 101111 |
Color Harmonies of #20CFB7
Complementary color
Monochromatic Colors of #20CFB7
Black with #20CFB7
Text Example
Text Example
White with #20CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFB7; }
p { color: rgb(32,207,183); }
H1.HeaderClassName
{
color: #20CFB7;
}
.AnyTagClassName
{
color: #20CFB7;
}
</style>
background-color css
<style>
a { background-color: #20CFB7; }
a { background-color: rgb(32,207,183); }
div.DivClassName
{
background-color: #20CFB7;
}
.BgClassName
{
background-color: #20CFB7;
}
</style>
border-color css
<style>
span { border-color: #20CFB7; }
span { border-color: rgb(32,207,183); }
td.TdClassName
{
border-color: #20CFB7;
}
.TagClassName
{
border-color: #20CFB7;
}
</style>