Shades of Light Sea Green #20B3C1
Tints of Light Sea Green #20B3C1
RGB
CMYK
RGB Variations
Color information
#20B3C1 (or 0x20B3C1) is known color: Light Sea Green. HEX triplet: 20, B3 and C1. RGB value is (32,179,193). Sum of RGB (Red+Green+Blue) = 32+179+193=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #20B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B3C1 is #DF4C3E. Grayscale: #888888. Windows color (decimal): -14634047 or 12694304. OLE color: 12694304.
HSL color Cylindrical-coordinate representation of color #20B3C1: hue angle of 185.22º 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 #20B3C1 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 179 | 193 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.24 |
| HSL | 185.22º | 0.72% | 0.44% | - |
| HSV(B) | 185.22º | 0.83% | 0.76% | - |
| XYZ | 26.34 | 36.4 | 56.09 | - |
| YUV | 136.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 193 | 0.83 | 0.07 | 0 | 0.24 | 185.22 | 0.72 | 0.44 |
| Hex | 20 | B3 | C1 | 53 | 7 | 0 | 18 | B9 | 48 | 2C |
| Octal | 40 | 263 | 301 | 123 | 7 | 0 | 30 | 271 | 110 | 54 |
| Binary | 100000 | 10110011 | 11000001 | 1010011 | 111 | 0 | 11000 | 10111001 | 1001000 | 101100 |
Color Harmonies of #20B3C1
Complementary color
Monochromatic Colors of #20B3C1
Black with #20B3C1
Text Example
Text Example
White with #20B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B3C1; }
p { color: rgb(32,179,193); }
H1.HeaderClassName
{
color: #20B3C1;
}
.AnyTagClassName
{
color: #20B3C1;
}
</style>
background-color css
<style>
a { background-color: #20B3C1; }
a { background-color: rgb(32,179,193); }
div.DivClassName
{
background-color: #20B3C1;
}
.BgClassName
{
background-color: #20B3C1;
}
</style>
border-color css
<style>
span { border-color: #20B3C1; }
span { border-color: rgb(32,179,193); }
td.TdClassName
{
border-color: #20B3C1;
}
.TagClassName
{
border-color: #20B3C1;
}
</style>