Shades of Light Sea Green #32ADB2
Tints of Light Sea Green #32ADB2
RGB
CMYK
RGB Variations
Color information
#32ADB2 (or 0x32ADB2) is known color: Light Sea Green. HEX triplet: 32, AD and B2. RGB value is (50,173,178). Sum of RGB (Red+Green+Blue) = 50+173+178=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #32ADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADB2 is #CD524D. Grayscale: #888888. Windows color (decimal): -13455950 or 11709746. OLE color: 11709746.
HSL color Cylindrical-coordinate representation of color #32ADB2: hue angle of 182.34º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32ADB2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 173 | 178 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.30 |
| HSL | 182.34º | 0.56% | 0.45% | - |
| HSV(B) | 182.34º | 0.72% | 0.7% | - |
| XYZ | 24.29 | 33.78 | 47.36 | - |
| YUV | 136.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 178 | 0.72 | 0.03 | 0 | 0.30 | 182.34 | 0.56 | 0.45 |
| Hex | 32 | AD | B2 | 48 | 3 | 0 | 1E | B6 | 38 | 2D |
| Octal | 62 | 255 | 262 | 110 | 3 | 0 | 36 | 266 | 70 | 55 |
| Binary | 110010 | 10101101 | 10110010 | 1001000 | 11 | 0 | 11110 | 10110110 | 111000 | 101101 |
Color Harmonies of #32ADB2
Complementary color
Monochromatic Colors of #32ADB2
Black with #32ADB2
Text Example
Text Example
White with #32ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADB2; }
p { color: rgb(50,173,178); }
H1.HeaderClassName
{
color: #32ADB2;
}
.AnyTagClassName
{
color: #32ADB2;
}
</style>
background-color css
<style>
a { background-color: #32ADB2; }
a { background-color: rgb(50,173,178); }
div.DivClassName
{
background-color: #32ADB2;
}
.BgClassName
{
background-color: #32ADB2;
}
</style>
border-color css
<style>
span { border-color: #32ADB2; }
span { border-color: rgb(50,173,178); }
td.TdClassName
{
border-color: #32ADB2;
}
.TagClassName
{
border-color: #32ADB2;
}
</style>