Shades of Light Sea Green #32AFB7
Tints of Light Sea Green #32AFB7
RGB
CMYK
RGB Variations
Color information
#32AFB7 (or 0x32AFB7) is known color: Light Sea Green. HEX triplet: 32, AF and B7. RGB value is (50,175,183). Sum of RGB (Red+Green+Blue) = 50+175+183=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #32AFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFB7 is #CD5048. Grayscale: #8A8A8A. Windows color (decimal): -13455433 or 12037938. OLE color: 12037938.
HSL color Cylindrical-coordinate representation of color #32AFB7: hue angle of 183.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AFB7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 175 | 183 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.28 |
| HSL | 183.61º | 0.57% | 0.46% | - |
| HSV(B) | 183.61º | 0.73% | 0.72% | - |
| XYZ | 25.19 | 34.76 | 50.18 | - |
| YUV | 138.54 | 153.09 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 183 | 0.73 | 0.04 | 0 | 0.28 | 183.61 | 0.57 | 0.46 |
| Hex | 32 | AF | B7 | 49 | 4 | 0 | 1C | B8 | 39 | 2E |
| Octal | 62 | 257 | 267 | 111 | 4 | 0 | 34 | 270 | 71 | 56 |
| Binary | 110010 | 10101111 | 10110111 | 1001001 | 100 | 0 | 11100 | 10111000 | 111001 | 101110 |
Color Harmonies of #32AFB7
Complementary color
Monochromatic Colors of #32AFB7
Black with #32AFB7
Text Example
Text Example
White with #32AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFB7; }
p { color: rgb(50,175,183); }
H1.HeaderClassName
{
color: #32AFB7;
}
.AnyTagClassName
{
color: #32AFB7;
}
</style>
background-color css
<style>
a { background-color: #32AFB7; }
a { background-color: rgb(50,175,183); }
div.DivClassName
{
background-color: #32AFB7;
}
.BgClassName
{
background-color: #32AFB7;
}
</style>
border-color css
<style>
span { border-color: #32AFB7; }
span { border-color: rgb(50,175,183); }
td.TdClassName
{
border-color: #32AFB7;
}
.TagClassName
{
border-color: #32AFB7;
}
</style>