Shades of Light Sea Green #32AFB4
Tints of Light Sea Green #32AFB4
RGB
CMYK
RGB Variations
Color information
#32AFB4 (or 0x32AFB4) is known color: Light Sea Green. HEX triplet: 32, AF and B4. RGB value is (50,175,180). Sum of RGB (Red+Green+Blue) = 50+175+180=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #32AFB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFB4 is #CD504B. Grayscale: #8A8A8A. Windows color (decimal): -13455436 or 11841330. OLE color: 11841330.
HSL color Cylindrical-coordinate representation of color #32AFB4: hue angle of 182.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32AFB4 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 175 | 180 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.29 |
| HSL | 182.31º | 0.57% | 0.45% | - |
| HSV(B) | 182.31º | 0.72% | 0.71% | - |
| XYZ | 24.88 | 34.63 | 48.55 | - |
| YUV | 138.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 180 | 0.72 | 0.03 | 0 | 0.29 | 182.31 | 0.57 | 0.45 |
| Hex | 32 | AF | B4 | 48 | 3 | 0 | 1D | B6 | 39 | 2D |
| Octal | 62 | 257 | 264 | 110 | 3 | 0 | 35 | 266 | 71 | 55 |
| Binary | 110010 | 10101111 | 10110100 | 1001000 | 11 | 0 | 11101 | 10110110 | 111001 | 101101 |
Color Harmonies of #32AFB4
Complementary color
Monochromatic Colors of #32AFB4
Black with #32AFB4
Text Example
Text Example
White with #32AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFB4; }
p { color: rgb(50,175,180); }
H1.HeaderClassName
{
color: #32AFB4;
}
.AnyTagClassName
{
color: #32AFB4;
}
</style>
background-color css
<style>
a { background-color: #32AFB4; }
a { background-color: rgb(50,175,180); }
div.DivClassName
{
background-color: #32AFB4;
}
.BgClassName
{
background-color: #32AFB4;
}
</style>
border-color css
<style>
span { border-color: #32AFB4; }
span { border-color: rgb(50,175,180); }
td.TdClassName
{
border-color: #32AFB4;
}
.TagClassName
{
border-color: #32AFB4;
}
</style>