Shades of Light Sea Green #20A8B3
Tints of Light Sea Green #20A8B3
RGB
CMYK
RGB Variations
Color information
#20A8B3 (or 0x20A8B3) is known color: Light Sea Green. HEX triplet: 20, A8 and B3. RGB value is (32,168,179). Sum of RGB (Red+Green+Blue) = 32+168+179=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #20A8B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8B3 is #DF574C. Grayscale: #808080. Windows color (decimal): -14636877 or 11773984. OLE color: 11773984.
HSL color Cylindrical-coordinate representation of color #20A8B3: hue angle of 184.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A8B3 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 168 | 179 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.30 |
| HSL | 184.49º | 0.7% | 0.41% | - |
| HSV(B) | 184.49º | 0.82% | 0.7% | - |
| XYZ | 22.73 | 31.57 | 47.54 | - |
| YUV | 128.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 179 | 0.82 | 0.06 | 0 | 0.30 | 184.49 | 0.7 | 0.41 |
| Hex | 20 | A8 | B3 | 52 | 6 | 0 | 1E | B8 | 46 | 29 |
| Octal | 40 | 250 | 263 | 122 | 6 | 0 | 36 | 270 | 106 | 51 |
| Binary | 100000 | 10101000 | 10110011 | 1010010 | 110 | 0 | 11110 | 10111000 | 1000110 | 101001 |
Color Harmonies of #20A8B3
Complementary color
Monochromatic Colors of #20A8B3
Black with #20A8B3
Text Example
Text Example
White with #20A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8B3; }
p { color: rgb(32,168,179); }
H1.HeaderClassName
{
color: #20A8B3;
}
.AnyTagClassName
{
color: #20A8B3;
}
</style>
background-color css
<style>
a { background-color: #20A8B3; }
a { background-color: rgb(32,168,179); }
div.DivClassName
{
background-color: #20A8B3;
}
.BgClassName
{
background-color: #20A8B3;
}
</style>
border-color css
<style>
span { border-color: #20A8B3; }
span { border-color: rgb(32,168,179); }
td.TdClassName
{
border-color: #20A8B3;
}
.TagClassName
{
border-color: #20A8B3;
}
</style>