Shades of Light Sea Green #32ADB3
Tints of Light Sea Green #32ADB3
RGB
CMYK
RGB Variations
Color information
#32ADB3 (or 0x32ADB3) is known color: Light Sea Green. HEX triplet: 32, AD and B3. RGB value is (50,173,179). Sum of RGB (Red+Green+Blue) = 50+173+179=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #32ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADB3 is #CD524C. Grayscale: #888888. Windows color (decimal): -13455949 or 11775282. OLE color: 11775282.
HSL color Cylindrical-coordinate representation of color #32ADB3: hue angle of 182.79º 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 #32ADB3 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 173 | 179 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.30 |
| HSL | 182.79º | 0.56% | 0.45% | - |
| HSV(B) | 182.79º | 0.72% | 0.7% | - |
| XYZ | 24.4 | 33.82 | 47.89 | - |
| YUV | 136.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 179 | 0.72 | 0.03 | 0 | 0.30 | 182.79 | 0.56 | 0.45 |
| Hex | 32 | AD | B3 | 48 | 3 | 0 | 1E | B7 | 38 | 2D |
| Octal | 62 | 255 | 263 | 110 | 3 | 0 | 36 | 267 | 70 | 55 |
| Binary | 110010 | 10101101 | 10110011 | 1001000 | 11 | 0 | 11110 | 10110111 | 111000 | 101101 |
Color Harmonies of #32ADB3
Complementary color
Monochromatic Colors of #32ADB3
Black with #32ADB3
Text Example
Text Example
White with #32ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADB3; }
p { color: rgb(50,173,179); }
H1.HeaderClassName
{
color: #32ADB3;
}
.AnyTagClassName
{
color: #32ADB3;
}
</style>
background-color css
<style>
a { background-color: #32ADB3; }
a { background-color: rgb(50,173,179); }
div.DivClassName
{
background-color: #32ADB3;
}
.BgClassName
{
background-color: #32ADB3;
}
</style>
border-color css
<style>
span { border-color: #32ADB3; }
span { border-color: rgb(50,173,179); }
td.TdClassName
{
border-color: #32ADB3;
}
.TagClassName
{
border-color: #32ADB3;
}
</style>