Shades of Light Sea Green #20B6C3
Tints of Light Sea Green #20B6C3
RGB
CMYK
RGB Variations
Color information
#20B6C3 (or 0x20B6C3) is known color: Light Sea Green. HEX triplet: 20, B6 and C3. RGB value is (32,182,195). Sum of RGB (Red+Green+Blue) = 32+182+195=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #20B6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B6C3 is #DF493C. Grayscale: #8A8A8A. Windows color (decimal): -14633277 or 12826144. OLE color: 12826144.
HSL color Cylindrical-coordinate representation of color #20B6C3: hue angle of 184.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B6C3 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 182 | 195 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.24 |
| HSL | 184.79º | 0.72% | 0.45% | - |
| HSV(B) | 184.79º | 0.84% | 0.76% | - |
| XYZ | 27.17 | 37.7 | 57.47 | - |
| YUV | 138.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 195 | 0.84 | 0.07 | 0 | 0.24 | 184.79 | 0.72 | 0.45 |
| Hex | 20 | B6 | C3 | 54 | 7 | 0 | 18 | B9 | 48 | 2D |
| Octal | 40 | 266 | 303 | 124 | 7 | 0 | 30 | 271 | 110 | 55 |
| Binary | 100000 | 10110110 | 11000011 | 1010100 | 111 | 0 | 11000 | 10111001 | 1001000 | 101101 |
Color Harmonies of #20B6C3
Complementary color
Monochromatic Colors of #20B6C3
Black with #20B6C3
Text Example
Text Example
White with #20B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B6C3; }
p { color: rgb(32,182,195); }
H1.HeaderClassName
{
color: #20B6C3;
}
.AnyTagClassName
{
color: #20B6C3;
}
</style>
background-color css
<style>
a { background-color: #20B6C3; }
a { background-color: rgb(32,182,195); }
div.DivClassName
{
background-color: #20B6C3;
}
.BgClassName
{
background-color: #20B6C3;
}
</style>
border-color css
<style>
span { border-color: #20B6C3; }
span { border-color: rgb(32,182,195); }
td.TdClassName
{
border-color: #20B6C3;
}
.TagClassName
{
border-color: #20B6C3;
}
</style>