Shades of Light Sea Green #31ADA4
Tints of Light Sea Green #31ADA4
RGB
CMYK
RGB Variations
Color information
#31ADA4 (or 0x31ADA4) is known color: Light Sea Green. HEX triplet: 31, AD and A4. RGB value is (49,173,164). Sum of RGB (Red+Green+Blue) = 49+173+164=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #31ADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADA4 is #CE525B. Grayscale: #868686. Windows color (decimal): -13521500 or 10792241. OLE color: 10792241.
HSL color Cylindrical-coordinate representation of color #31ADA4: hue angle of 175.65º 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 #31ADA4 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 164 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.32 |
| HSL | 175.65º | 0.56% | 0.44% | - |
| HSV(B) | 175.65º | 0.72% | 0.68% | - |
| XYZ | 22.91 | 33.22 | 40.33 | - |
| YUV | 134.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 164 | 0.72 | 0 | 0.05 | 0.32 | 175.65 | 0.56 | 0.44 |
| Hex | 31 | AD | A4 | 48 | 0 | 5 | 20 | B0 | 38 | 2C |
| Octal | 61 | 255 | 244 | 110 | 0 | 5 | 40 | 260 | 70 | 54 |
| Binary | 110001 | 10101101 | 10100100 | 1001000 | 0 | 101 | 100000 | 10110000 | 111000 | 101100 |
Color Harmonies of #31ADA4
Complementary color
Monochromatic Colors of #31ADA4
Black with #31ADA4
Text Example
Text Example
White with #31ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADA4; }
p { color: rgb(49,173,164); }
H1.HeaderClassName
{
color: #31ADA4;
}
.AnyTagClassName
{
color: #31ADA4;
}
</style>
background-color css
<style>
a { background-color: #31ADA4; }
a { background-color: rgb(49,173,164); }
div.DivClassName
{
background-color: #31ADA4;
}
.BgClassName
{
background-color: #31ADA4;
}
</style>
border-color css
<style>
span { border-color: #31ADA4; }
span { border-color: rgb(49,173,164); }
td.TdClassName
{
border-color: #31ADA4;
}
.TagClassName
{
border-color: #31ADA4;
}
</style>