Shades of Light Sea Green #32AFAE
Tints of Light Sea Green #32AFAE
RGB
CMYK
RGB Variations
Color information
#32AFAE (or 0x32AFAE) is known color: Light Sea Green. HEX triplet: 32, AF and AE. RGB value is (50,175,174). Sum of RGB (Red+Green+Blue) = 50+175+174=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFAE is #CD5051. Grayscale: #898989. Windows color (decimal): -13455442 or 11448114. OLE color: 11448114.
HSL color Cylindrical-coordinate representation of color #32AFAE: hue angle of 179.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AFAE is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 174 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.31 |
| HSL | 179.52º | 0.56% | 0.44% | - |
| HSV(B) | 179.52º | 0.71% | 0.69% | - |
| XYZ | 24.29 | 34.39 | 45.4 | - |
| YUV | 137.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 174 | 0.71 | 0 | 0.01 | 0.31 | 179.52 | 0.56 | 0.44 |
| Hex | 32 | AF | AE | 47 | 0 | 1 | 1F | B4 | 38 | 2C |
| Octal | 62 | 257 | 256 | 107 | 0 | 1 | 37 | 264 | 70 | 54 |
| Binary | 110010 | 10101111 | 10101110 | 1000111 | 0 | 1 | 11111 | 10110100 | 111000 | 101100 |
Color Harmonies of #32AFAE
Complementary color
Monochromatic Colors of #32AFAE
Black with #32AFAE
Text Example
Text Example
White with #32AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFAE; }
p { color: rgb(50,175,174); }
H1.HeaderClassName
{
color: #32AFAE;
}
.AnyTagClassName
{
color: #32AFAE;
}
</style>
background-color css
<style>
a { background-color: #32AFAE; }
a { background-color: rgb(50,175,174); }
div.DivClassName
{
background-color: #32AFAE;
}
.BgClassName
{
background-color: #32AFAE;
}
</style>
border-color css
<style>
span { border-color: #32AFAE; }
span { border-color: rgb(50,175,174); }
td.TdClassName
{
border-color: #32AFAE;
}
.TagClassName
{
border-color: #32AFAE;
}
</style>