Shades of Light Sea Green #31A8A0
Tints of Light Sea Green #31A8A0
RGB
CMYK
RGB Variations
Color information
#31A8A0 (or 0x31A8A0) is known color: Light Sea Green. HEX triplet: 31, A8 and A0. RGB value is (49,168,160). Sum of RGB (Red+Green+Blue) = 49+168+160=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #31A8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A8A0 is #CE575F. Grayscale: #838383. Windows color (decimal): -13522784 or 10528817. OLE color: 10528817.
HSL color Cylindrical-coordinate representation of color #31A8A0: hue angle of 175.97º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A8A0 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 160 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.34 |
| HSL | 175.97º | 0.55% | 0.43% | - |
| HSV(B) | 175.97º | 0.71% | 0.66% | - |
| XYZ | 21.61 | 31.2 | 38.14 | - |
| YUV | 131.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 160 | 0.71 | 0 | 0.05 | 0.34 | 175.97 | 0.55 | 0.43 |
| Hex | 31 | A8 | A0 | 47 | 0 | 5 | 22 | B0 | 37 | 2B |
| Octal | 61 | 250 | 240 | 107 | 0 | 5 | 42 | 260 | 67 | 53 |
| Binary | 110001 | 10101000 | 10100000 | 1000111 | 0 | 101 | 100010 | 10110000 | 110111 | 101011 |
Color Harmonies of #31A8A0
Complementary color
Monochromatic Colors of #31A8A0
Black with #31A8A0
Text Example
Text Example
White with #31A8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A8A0; }
p { color: rgb(49,168,160); }
H1.HeaderClassName
{
color: #31A8A0;
}
.AnyTagClassName
{
color: #31A8A0;
}
</style>
background-color css
<style>
a { background-color: #31A8A0; }
a { background-color: rgb(49,168,160); }
div.DivClassName
{
background-color: #31A8A0;
}
.BgClassName
{
background-color: #31A8A0;
}
</style>
border-color css
<style>
span { border-color: #31A8A0; }
span { border-color: rgb(49,168,160); }
td.TdClassName
{
border-color: #31A8A0;
}
.TagClassName
{
border-color: #31A8A0;
}
</style>