Shades of Light Sea Green #20CFB5
Tints of Light Sea Green #20CFB5
RGB
CMYK
RGB Variations
Color information
#20CFB5 (or 0x20CFB5) is known color: Light Sea Green. HEX triplet: 20, CF and B5. RGB value is (32,207,181). Sum of RGB (Red+Green+Blue) = 32+207+181=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFB5 is #DF304A. Grayscale: #979797. Windows color (decimal): -14626891 or 11915040. OLE color: 11915040.
HSL color Cylindrical-coordinate representation of color #20CFB5: hue angle of 171.09º 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 #20CFB5 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 181 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.19 |
| HSL | 171.09º | 0.73% | 0.47% | - |
| HSV(B) | 171.09º | 0.85% | 0.81% | - |
| XYZ | 31.25 | 48.27 | 51.39 | - |
| YUV | 151.71 | 144.52 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 181 | 0.85 | 0 | 0.13 | 0.19 | 171.09 | 0.73 | 0.47 |
| Hex | 20 | CF | B5 | 55 | 0 | D | 13 | AB | 49 | 2F |
| Octal | 40 | 317 | 265 | 125 | 0 | 15 | 23 | 253 | 111 | 57 |
| Binary | 100000 | 11001111 | 10110101 | 1010101 | 0 | 1101 | 10011 | 10101011 | 1001001 | 101111 |
Color Harmonies of #20CFB5
Complementary color
Monochromatic Colors of #20CFB5
Black with #20CFB5
Text Example
Text Example
White with #20CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFB5; }
p { color: rgb(32,207,181); }
H1.HeaderClassName
{
color: #20CFB5;
}
.AnyTagClassName
{
color: #20CFB5;
}
</style>
background-color css
<style>
a { background-color: #20CFB5; }
a { background-color: rgb(32,207,181); }
div.DivClassName
{
background-color: #20CFB5;
}
.BgClassName
{
background-color: #20CFB5;
}
</style>
border-color css
<style>
span { border-color: #20CFB5; }
span { border-color: rgb(32,207,181); }
td.TdClassName
{
border-color: #20CFB5;
}
.TagClassName
{
border-color: #20CFB5;
}
</style>