Shades of Light Sea Green #32AF9E
Tints of Light Sea Green #32AF9E
RGB
CMYK
RGB Variations
Color information
#32AF9E (or 0x32AF9E) is known color: Light Sea Green. HEX triplet: 32, AF and 9E. RGB value is (50,175,158). Sum of RGB (Red+Green+Blue) = 50+175+158=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF9E is #CD5061. Grayscale: #878787. Windows color (decimal): -13455458 or 10399538. OLE color: 10399538.
HSL color Cylindrical-coordinate representation of color #32AF9E: hue angle of 171.84º 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 #32AF9E is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 158 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.31 |
| HSL | 171.84º | 0.56% | 0.44% | - |
| HSV(B) | 171.84º | 0.71% | 0.69% | - |
| XYZ | 22.82 | 33.81 | 37.67 | - |
| YUV | 135.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 158 | 0.71 | 0 | 0.10 | 0.31 | 171.84 | 0.56 | 0.44 |
| Hex | 32 | AF | 9E | 47 | 0 | A | 1F | AC | 38 | 2C |
| Octal | 62 | 257 | 236 | 107 | 0 | 12 | 37 | 254 | 70 | 54 |
| Binary | 110010 | 10101111 | 10011110 | 1000111 | 0 | 1010 | 11111 | 10101100 | 111000 | 101100 |
Color Harmonies of #32AF9E
Complementary color
Monochromatic Colors of #32AF9E
Black with #32AF9E
Text Example
Text Example
White with #32AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF9E; }
p { color: rgb(50,175,158); }
H1.HeaderClassName
{
color: #32AF9E;
}
.AnyTagClassName
{
color: #32AF9E;
}
</style>
background-color css
<style>
a { background-color: #32AF9E; }
a { background-color: rgb(50,175,158); }
div.DivClassName
{
background-color: #32AF9E;
}
.BgClassName
{
background-color: #32AF9E;
}
</style>
border-color css
<style>
span { border-color: #32AF9E; }
span { border-color: rgb(50,175,158); }
td.TdClassName
{
border-color: #32AF9E;
}
.TagClassName
{
border-color: #32AF9E;
}
</style>