Shades of Light Sea Green #32AFBB
Tints of Light Sea Green #32AFBB
RGB
CMYK
RGB Variations
Color information
#32AFBB (or 0x32AFBB) is known color: Light Sea Green. HEX triplet: 32, AF and BB. RGB value is (50,175,187). Sum of RGB (Red+Green+Blue) = 50+175+187=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #32AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFBB is #CD5044. Grayscale: #8A8A8A. Windows color (decimal): -13455429 or 12300082. OLE color: 12300082.
HSL color Cylindrical-coordinate representation of color #32AFBB: hue angle of 185.26º 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 #32AFBB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 175 | 187 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.27 |
| HSL | 185.26º | 0.58% | 0.46% | - |
| HSV(B) | 185.26º | 0.73% | 0.73% | - |
| XYZ | 25.62 | 34.93 | 52.41 | - |
| YUV | 138.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 187 | 0.73 | 0.06 | 0 | 0.27 | 185.26 | 0.58 | 0.46 |
| Hex | 32 | AF | BB | 49 | 6 | 0 | 1B | B9 | 3A | 2E |
| Octal | 62 | 257 | 273 | 111 | 6 | 0 | 33 | 271 | 72 | 56 |
| Binary | 110010 | 10101111 | 10111011 | 1001001 | 110 | 0 | 11011 | 10111001 | 111010 | 101110 |
Color Harmonies of #32AFBB
Complementary color
Monochromatic Colors of #32AFBB
Black with #32AFBB
Text Example
Text Example
White with #32AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFBB; }
p { color: rgb(50,175,187); }
H1.HeaderClassName
{
color: #32AFBB;
}
.AnyTagClassName
{
color: #32AFBB;
}
</style>
background-color css
<style>
a { background-color: #32AFBB; }
a { background-color: rgb(50,175,187); }
div.DivClassName
{
background-color: #32AFBB;
}
.BgClassName
{
background-color: #32AFBB;
}
</style>
border-color css
<style>
span { border-color: #32AFBB; }
span { border-color: rgb(50,175,187); }
td.TdClassName
{
border-color: #32AFBB;
}
.TagClassName
{
border-color: #32AFBB;
}
</style>