Shades of Light Sea Green #32BAA5
Tints of Light Sea Green #32BAA5
RGB
CMYK
RGB Variations
Color information
#32BAA5 (or 0x32BAA5) is known color: Light Sea Green. HEX triplet: 32, BA and A5. RGB value is (50,186,165). Sum of RGB (Red+Green+Blue) = 50+186+165=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BAA5 is #CD455A. Grayscale: #8E8E8E. Windows color (decimal): -13452635 or 10861106. OLE color: 10861106.
HSL color Cylindrical-coordinate representation of color #32BAA5: hue angle of 170.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BAA5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 165 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.27 |
| HSL | 170.74º | 0.58% | 0.46% | - |
| HSV(B) | 170.74º | 0.73% | 0.73% | - |
| XYZ | 25.67 | 38.51 | 41.68 | - |
| YUV | 142.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 165 | 0.73 | 0 | 0.11 | 0.27 | 170.74 | 0.58 | 0.46 |
| Hex | 32 | BA | A5 | 49 | 0 | B | 1B | AB | 3A | 2E |
| Octal | 62 | 272 | 245 | 111 | 0 | 13 | 33 | 253 | 72 | 56 |
| Binary | 110010 | 10111010 | 10100101 | 1001001 | 0 | 1011 | 11011 | 10101011 | 111010 | 101110 |
Color Harmonies of #32BAA5
Complementary color
Monochromatic Colors of #32BAA5
Black with #32BAA5
Text Example
Text Example
White with #32BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAA5; }
p { color: rgb(50,186,165); }
H1.HeaderClassName
{
color: #32BAA5;
}
.AnyTagClassName
{
color: #32BAA5;
}
</style>
background-color css
<style>
a { background-color: #32BAA5; }
a { background-color: rgb(50,186,165); }
div.DivClassName
{
background-color: #32BAA5;
}
.BgClassName
{
background-color: #32BAA5;
}
</style>
border-color css
<style>
span { border-color: #32BAA5; }
span { border-color: rgb(50,186,165); }
td.TdClassName
{
border-color: #32BAA5;
}
.TagClassName
{
border-color: #32BAA5;
}
</style>