Shades of Light Sea Green #31A4A7
Tints of Light Sea Green #31A4A7
RGB
CMYK
RGB Variations
Color information
#31A4A7 (or 0x31A4A7) is known color: Light Sea Green. HEX triplet: 31, A4 and A7. RGB value is (49,164,167). Sum of RGB (Red+Green+Blue) = 49+164+167=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #31A4A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A4A7 is #CE5B58. Grayscale: #818181. Windows color (decimal): -13523801 or 10986545. OLE color: 10986545.
HSL color Cylindrical-coordinate representation of color #31A4A7: hue angle of 181.53º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A4A7 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 164 | 167 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.35 |
| HSL | 181.53º | 0.55% | 0.42% | - |
| HSV(B) | 181.53º | 0.71% | 0.65% | - |
| XYZ | 21.52 | 29.99 | 41.21 | - |
| YUV | 129.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 167 | 0.71 | 0.02 | 0 | 0.35 | 181.53 | 0.55 | 0.42 |
| Hex | 31 | A4 | A7 | 47 | 2 | 0 | 23 | B6 | 37 | 2A |
| Octal | 61 | 244 | 247 | 107 | 2 | 0 | 43 | 266 | 67 | 52 |
| Binary | 110001 | 10100100 | 10100111 | 1000111 | 10 | 0 | 100011 | 10110110 | 110111 | 101010 |
Color Harmonies of #31A4A7
Complementary color
Monochromatic Colors of #31A4A7
Black with #31A4A7
Text Example
Text Example
White with #31A4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A4A7; }
p { color: rgb(49,164,167); }
H1.HeaderClassName
{
color: #31A4A7;
}
.AnyTagClassName
{
color: #31A4A7;
}
</style>
background-color css
<style>
a { background-color: #31A4A7; }
a { background-color: rgb(49,164,167); }
div.DivClassName
{
background-color: #31A4A7;
}
.BgClassName
{
background-color: #31A4A7;
}
</style>
border-color css
<style>
span { border-color: #31A4A7; }
span { border-color: rgb(49,164,167); }
td.TdClassName
{
border-color: #31A4A7;
}
.TagClassName
{
border-color: #31A4A7;
}
</style>