Shades of Light Sea Green #31AD9E
Tints of Light Sea Green #31AD9E
RGB
CMYK
RGB Variations
Color information
#31AD9E (or 0x31AD9E) is known color: Light Sea Green. HEX triplet: 31, AD and 9E. RGB value is (49,173,158). Sum of RGB (Red+Green+Blue) = 49+173+158=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD9E is #CE5261. Grayscale: #868686. Windows color (decimal): -13521506 or 10399025. OLE color: 10399025.
HSL color Cylindrical-coordinate representation of color #31AD9E: hue angle of 172.74º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD9E is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 158 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.32 |
| HSL | 172.74º | 0.56% | 0.44% | - |
| HSV(B) | 172.74º | 0.72% | 0.68% | - |
| XYZ | 22.38 | 33.01 | 37.54 | - |
| YUV | 134.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 158 | 0.72 | 0 | 0.09 | 0.32 | 172.74 | 0.56 | 0.44 |
| Hex | 31 | AD | 9E | 48 | 0 | 9 | 20 | AD | 38 | 2C |
| Octal | 61 | 255 | 236 | 110 | 0 | 11 | 40 | 255 | 70 | 54 |
| Binary | 110001 | 10101101 | 10011110 | 1001000 | 0 | 1001 | 100000 | 10101101 | 111000 | 101100 |
Color Harmonies of #31AD9E
Complementary color
Monochromatic Colors of #31AD9E
Black with #31AD9E
Text Example
Text Example
White with #31AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD9E; }
p { color: rgb(49,173,158); }
H1.HeaderClassName
{
color: #31AD9E;
}
.AnyTagClassName
{
color: #31AD9E;
}
</style>
background-color css
<style>
a { background-color: #31AD9E; }
a { background-color: rgb(49,173,158); }
div.DivClassName
{
background-color: #31AD9E;
}
.BgClassName
{
background-color: #31AD9E;
}
</style>
border-color css
<style>
span { border-color: #31AD9E; }
span { border-color: rgb(49,173,158); }
td.TdClassName
{
border-color: #31AD9E;
}
.TagClassName
{
border-color: #31AD9E;
}
</style>