Shades of Light Sea Green #20BBC1
Tints of Light Sea Green #20BBC1
RGB
CMYK
RGB Variations
Color information
#20BBC1 (or 0x20BBC1) is known color: Light Sea Green. HEX triplet: 20, BB and C1. RGB value is (32,187,193). Sum of RGB (Red+Green+Blue) = 32+187+193=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #20BBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBC1 is #DF443E. Grayscale: #8D8D8D. Windows color (decimal): -14631999 or 12696352. OLE color: 12696352.
HSL color Cylindrical-coordinate representation of color #20BBC1: hue angle of 182.24º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BBC1 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 187 | 193 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.24 |
| HSL | 182.24º | 0.72% | 0.44% | - |
| HSV(B) | 182.24º | 0.83% | 0.76% | - |
| XYZ | 27.99 | 39.7 | 56.64 | - |
| YUV | 141.34 | 157.15 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 193 | 0.83 | 0.03 | 0 | 0.24 | 182.24 | 0.72 | 0.44 |
| Hex | 20 | BB | C1 | 53 | 3 | 0 | 18 | B6 | 48 | 2C |
| Octal | 40 | 273 | 301 | 123 | 3 | 0 | 30 | 266 | 110 | 54 |
| Binary | 100000 | 10111011 | 11000001 | 1010011 | 11 | 0 | 11000 | 10110110 | 1001000 | 101100 |
Color Harmonies of #20BBC1
Complementary color
Monochromatic Colors of #20BBC1
Black with #20BBC1
Text Example
Text Example
White with #20BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBC1; }
p { color: rgb(32,187,193); }
H1.HeaderClassName
{
color: #20BBC1;
}
.AnyTagClassName
{
color: #20BBC1;
}
</style>
background-color css
<style>
a { background-color: #20BBC1; }
a { background-color: rgb(32,187,193); }
div.DivClassName
{
background-color: #20BBC1;
}
.BgClassName
{
background-color: #20BBC1;
}
</style>
border-color css
<style>
span { border-color: #20BBC1; }
span { border-color: rgb(32,187,193); }
td.TdClassName
{
border-color: #20BBC1;
}
.TagClassName
{
border-color: #20BBC1;
}
</style>