Shades of Light Sea Green #32ADAF
Tints of Light Sea Green #32ADAF
RGB
CMYK
RGB Variations
Color information
#32ADAF (or 0x32ADAF) is known color: Light Sea Green. HEX triplet: 32, AD and AF. RGB value is (50,173,175). Sum of RGB (Red+Green+Blue) = 50+173+175=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #32ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADAF is #CD5250. Grayscale: #888888. Windows color (decimal): -13455953 or 11513138. OLE color: 11513138.
HSL color Cylindrical-coordinate representation of color #32ADAF: hue angle of 180.96º 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 #32ADAF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 173 | 175 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.31 |
| HSL | 180.96º | 0.56% | 0.44% | - |
| HSV(B) | 180.96º | 0.71% | 0.69% | - |
| XYZ | 24 | 33.66 | 45.79 | - |
| YUV | 136.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 175 | 0.71 | 0.01 | 0 | 0.31 | 180.96 | 0.56 | 0.44 |
| Hex | 32 | AD | AF | 47 | 1 | 0 | 1F | B5 | 38 | 2C |
| Octal | 62 | 255 | 257 | 107 | 1 | 0 | 37 | 265 | 70 | 54 |
| Binary | 110010 | 10101101 | 10101111 | 1000111 | 1 | 0 | 11111 | 10110101 | 111000 | 101100 |
Color Harmonies of #32ADAF
Complementary color
Monochromatic Colors of #32ADAF
Black with #32ADAF
Text Example
Text Example
White with #32ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADAF; }
p { color: rgb(50,173,175); }
H1.HeaderClassName
{
color: #32ADAF;
}
.AnyTagClassName
{
color: #32ADAF;
}
</style>
background-color css
<style>
a { background-color: #32ADAF; }
a { background-color: rgb(50,173,175); }
div.DivClassName
{
background-color: #32ADAF;
}
.BgClassName
{
background-color: #32ADAF;
}
</style>
border-color css
<style>
span { border-color: #32ADAF; }
span { border-color: rgb(50,173,175); }
td.TdClassName
{
border-color: #32ADAF;
}
.TagClassName
{
border-color: #32ADAF;
}
</style>