Shades of Light Sea Green #32BAB3
Tints of Light Sea Green #32BAB3
RGB
CMYK
RGB Variations
Color information
#32BAB3 (or 0x32BAB3) is known color: Light Sea Green. HEX triplet: 32, BA and B3. RGB value is (50,186,179). Sum of RGB (Red+Green+Blue) = 50+186+179=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAB3 is #CD454C. Grayscale: #909090. Windows color (decimal): -13452621 or 11778610. OLE color: 11778610.
HSL color Cylindrical-coordinate representation of color #32BAB3: hue angle of 176.91º 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 #32BAB3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 179 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.27 |
| HSL | 176.91º | 0.58% | 0.46% | - |
| HSV(B) | 176.91º | 0.73% | 0.73% | - |
| XYZ | 27.01 | 39.05 | 48.76 | - |
| YUV | 144.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 179 | 0.73 | 0 | 0.04 | 0.27 | 176.91 | 0.58 | 0.46 |
| Hex | 32 | BA | B3 | 49 | 0 | 4 | 1B | B1 | 3A | 2E |
| Octal | 62 | 272 | 263 | 111 | 0 | 4 | 33 | 261 | 72 | 56 |
| Binary | 110010 | 10111010 | 10110011 | 1001001 | 0 | 100 | 11011 | 10110001 | 111010 | 101110 |
Color Harmonies of #32BAB3
Complementary color
Monochromatic Colors of #32BAB3
Black with #32BAB3
Text Example
Text Example
White with #32BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAB3; }
p { color: rgb(50,186,179); }
H1.HeaderClassName
{
color: #32BAB3;
}
.AnyTagClassName
{
color: #32BAB3;
}
</style>
background-color css
<style>
a { background-color: #32BAB3; }
a { background-color: rgb(50,186,179); }
div.DivClassName
{
background-color: #32BAB3;
}
.BgClassName
{
background-color: #32BAB3;
}
</style>
border-color css
<style>
span { border-color: #32BAB3; }
span { border-color: rgb(50,186,179); }
td.TdClassName
{
border-color: #32BAB3;
}
.TagClassName
{
border-color: #32BAB3;
}
</style>