Shades of Light Sea Green #31ADA3
Tints of Light Sea Green #31ADA3
RGB
CMYK
RGB Variations
Color information
#31ADA3 (or 0x31ADA3) is known color: Light Sea Green. HEX triplet: 31, AD and A3. RGB value is (49,173,163). Sum of RGB (Red+Green+Blue) = 49+173+163=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #31ADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADA3 is #CE525C. Grayscale: #868686. Windows color (decimal): -13521501 or 10726705. OLE color: 10726705.
HSL color Cylindrical-coordinate representation of color #31ADA3: hue angle of 175.16º 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 #31ADA3 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 163 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.32 |
| HSL | 175.16º | 0.56% | 0.44% | - |
| HSV(B) | 175.16º | 0.72% | 0.68% | - |
| XYZ | 22.82 | 33.18 | 39.85 | - |
| YUV | 134.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 163 | 0.72 | 0 | 0.06 | 0.32 | 175.16 | 0.56 | 0.44 |
| Hex | 31 | AD | A3 | 48 | 0 | 6 | 20 | AF | 38 | 2C |
| Octal | 61 | 255 | 243 | 110 | 0 | 6 | 40 | 257 | 70 | 54 |
| Binary | 110001 | 10101101 | 10100011 | 1001000 | 0 | 110 | 100000 | 10101111 | 111000 | 101100 |
Color Harmonies of #31ADA3
Complementary color
Monochromatic Colors of #31ADA3
Black with #31ADA3
Text Example
Text Example
White with #31ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADA3; }
p { color: rgb(49,173,163); }
H1.HeaderClassName
{
color: #31ADA3;
}
.AnyTagClassName
{
color: #31ADA3;
}
</style>
background-color css
<style>
a { background-color: #31ADA3; }
a { background-color: rgb(49,173,163); }
div.DivClassName
{
background-color: #31ADA3;
}
.BgClassName
{
background-color: #31ADA3;
}
</style>
border-color css
<style>
span { border-color: #31ADA3; }
span { border-color: rgb(49,173,163); }
td.TdClassName
{
border-color: #31ADA3;
}
.TagClassName
{
border-color: #31ADA3;
}
</style>