Shades of Light Sea Green #32AFBA
Tints of Light Sea Green #32AFBA
RGB
CMYK
RGB Variations
Color information
#32AFBA (or 0x32AFBA) is known color: Light Sea Green. HEX triplet: 32, AF and BA. RGB value is (50,175,186). Sum of RGB (Red+Green+Blue) = 50+175+186=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #32AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFBA is #CD5045. Grayscale: #8A8A8A. Windows color (decimal): -13455430 or 12234546. OLE color: 12234546.
HSL color Cylindrical-coordinate representation of color #32AFBA: hue angle of 184.85º 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 #32AFBA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 175 | 186 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.27 |
| HSL | 184.85º | 0.58% | 0.46% | - |
| HSV(B) | 184.85º | 0.73% | 0.73% | - |
| XYZ | 25.51 | 34.88 | 51.84 | - |
| YUV | 138.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 186 | 0.73 | 0.06 | 0 | 0.27 | 184.85 | 0.58 | 0.46 |
| Hex | 32 | AF | BA | 49 | 6 | 0 | 1B | B9 | 3A | 2E |
| Octal | 62 | 257 | 272 | 111 | 6 | 0 | 33 | 271 | 72 | 56 |
| Binary | 110010 | 10101111 | 10111010 | 1001001 | 110 | 0 | 11011 | 10111001 | 111010 | 101110 |
Color Harmonies of #32AFBA
Complementary color
Monochromatic Colors of #32AFBA
Black with #32AFBA
Text Example
Text Example
White with #32AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFBA; }
p { color: rgb(50,175,186); }
H1.HeaderClassName
{
color: #32AFBA;
}
.AnyTagClassName
{
color: #32AFBA;
}
</style>
background-color css
<style>
a { background-color: #32AFBA; }
a { background-color: rgb(50,175,186); }
div.DivClassName
{
background-color: #32AFBA;
}
.BgClassName
{
background-color: #32AFBA;
}
</style>
border-color css
<style>
span { border-color: #32AFBA; }
span { border-color: rgb(50,175,186); }
td.TdClassName
{
border-color: #32AFBA;
}
.TagClassName
{
border-color: #32AFBA;
}
</style>