Shades of Light Sea Green #31ADA7
Tints of Light Sea Green #31ADA7
RGB
CMYK
RGB Variations
Color information
#31ADA7 (or 0x31ADA7) is known color: Light Sea Green. HEX triplet: 31, AD and A7. RGB value is (49,173,167). Sum of RGB (Red+Green+Blue) = 49+173+167=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #31ADA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADA7 is #CE5258. Grayscale: #878787. Windows color (decimal): -13521497 or 10988849. OLE color: 10988849.
HSL color Cylindrical-coordinate representation of color #31ADA7: hue angle of 177.1º 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 #31ADA7 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 167 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.32 |
| HSL | 177.1º | 0.56% | 0.44% | - |
| HSV(B) | 177.1º | 0.72% | 0.68% | - |
| XYZ | 23.19 | 33.33 | 41.77 | - |
| YUV | 135.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 167 | 0.72 | 0 | 0.03 | 0.32 | 177.1 | 0.56 | 0.44 |
| Hex | 31 | AD | A7 | 48 | 0 | 3 | 20 | B1 | 38 | 2C |
| Octal | 61 | 255 | 247 | 110 | 0 | 3 | 40 | 261 | 70 | 54 |
| Binary | 110001 | 10101101 | 10100111 | 1001000 | 0 | 11 | 100000 | 10110001 | 111000 | 101100 |
Color Harmonies of #31ADA7
Complementary color
Monochromatic Colors of #31ADA7
Black with #31ADA7
Text Example
Text Example
White with #31ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADA7; }
p { color: rgb(49,173,167); }
H1.HeaderClassName
{
color: #31ADA7;
}
.AnyTagClassName
{
color: #31ADA7;
}
</style>
background-color css
<style>
a { background-color: #31ADA7; }
a { background-color: rgb(49,173,167); }
div.DivClassName
{
background-color: #31ADA7;
}
.BgClassName
{
background-color: #31ADA7;
}
</style>
border-color css
<style>
span { border-color: #31ADA7; }
span { border-color: rgb(49,173,167); }
td.TdClassName
{
border-color: #31ADA7;
}
.TagClassName
{
border-color: #31ADA7;
}
</style>