Shades of Light Sea Green #31B1A3
Tints of Light Sea Green #31B1A3
RGB
CMYK
RGB Variations
Color information
#31B1A3 (or 0x31B1A3) is known color: Light Sea Green. HEX triplet: 31, B1 and A3. RGB value is (49,177,163). Sum of RGB (Red+Green+Blue) = 49+177+163=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #31B1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B1A3 is #CE4E5C. Grayscale: #898989. Windows color (decimal): -13520477 or 10727729. OLE color: 10727729.
HSL color Cylindrical-coordinate representation of color #31B1A3: hue angle of 173.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B1A3 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 163 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.31 |
| HSL | 173.44º | 0.57% | 0.44% | - |
| HSV(B) | 173.44º | 0.72% | 0.69% | - |
| XYZ | 23.6 | 34.74 | 40.11 | - |
| YUV | 137.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 163 | 0.72 | 0 | 0.08 | 0.31 | 173.44 | 0.57 | 0.44 |
| Hex | 31 | B1 | A3 | 48 | 0 | 8 | 1F | AD | 39 | 2C |
| Octal | 61 | 261 | 243 | 110 | 0 | 10 | 37 | 255 | 71 | 54 |
| Binary | 110001 | 10110001 | 10100011 | 1001000 | 0 | 1000 | 11111 | 10101101 | 111001 | 101100 |
Color Harmonies of #31B1A3
Complementary color
Monochromatic Colors of #31B1A3
Black with #31B1A3
Text Example
Text Example
White with #31B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B1A3; }
p { color: rgb(49,177,163); }
H1.HeaderClassName
{
color: #31B1A3;
}
.AnyTagClassName
{
color: #31B1A3;
}
</style>
background-color css
<style>
a { background-color: #31B1A3; }
a { background-color: rgb(49,177,163); }
div.DivClassName
{
background-color: #31B1A3;
}
.BgClassName
{
background-color: #31B1A3;
}
</style>
border-color css
<style>
span { border-color: #31B1A3; }
span { border-color: rgb(49,177,163); }
td.TdClassName
{
border-color: #31B1A3;
}
.TagClassName
{
border-color: #31B1A3;
}
</style>