Shades of Light Sea Green #32AEB8
Tints of Light Sea Green #32AEB8
RGB
CMYK
RGB Variations
Color information
#32AEB8 (or 0x32AEB8) is known color: Light Sea Green. HEX triplet: 32, AE and B8. RGB value is (50,174,184). Sum of RGB (Red+Green+Blue) = 50+174+184=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #32AEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEB8 is #CD5147. Grayscale: #898989. Windows color (decimal): -13455688 or 12103218. OLE color: 12103218.
HSL color Cylindrical-coordinate representation of color #32AEB8: hue angle of 184.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AEB8 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 174 | 184 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.28 |
| HSL | 184.48º | 0.57% | 0.46% | - |
| HSV(B) | 184.48º | 0.73% | 0.72% | - |
| XYZ | 25.1 | 34.41 | 50.67 | - |
| YUV | 138.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 184 | 0.73 | 0.05 | 0 | 0.28 | 184.48 | 0.57 | 0.46 |
| Hex | 32 | AE | B8 | 49 | 5 | 0 | 1C | B8 | 39 | 2E |
| Octal | 62 | 256 | 270 | 111 | 5 | 0 | 34 | 270 | 71 | 56 |
| Binary | 110010 | 10101110 | 10111000 | 1001001 | 101 | 0 | 11100 | 10111000 | 111001 | 101110 |
Color Harmonies of #32AEB8
Complementary color
Monochromatic Colors of #32AEB8
Black with #32AEB8
Text Example
Text Example
White with #32AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEB8; }
p { color: rgb(50,174,184); }
H1.HeaderClassName
{
color: #32AEB8;
}
.AnyTagClassName
{
color: #32AEB8;
}
</style>
background-color css
<style>
a { background-color: #32AEB8; }
a { background-color: rgb(50,174,184); }
div.DivClassName
{
background-color: #32AEB8;
}
.BgClassName
{
background-color: #32AEB8;
}
</style>
border-color css
<style>
span { border-color: #32AEB8; }
span { border-color: rgb(50,174,184); }
td.TdClassName
{
border-color: #32AEB8;
}
.TagClassName
{
border-color: #32AEB8;
}
</style>