Shades of Light Sea Green #31ACB1
Tints of Light Sea Green #31ACB1
RGB
CMYK
RGB Variations
Color information
#31ACB1 (or 0x31ACB1) is known color: Light Sea Green. HEX triplet: 31, AC and B1. RGB value is (49,172,177). Sum of RGB (Red+Green+Blue) = 49+172+177=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #31ACB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ACB1 is #CE534E. Grayscale: #878787. Windows color (decimal): -13521743 or 11643953. OLE color: 11643953.
HSL color Cylindrical-coordinate representation of color #31ACB1: hue angle of 182.34º 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 #31ACB1 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 172 | 177 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.31 |
| HSL | 182.34º | 0.57% | 0.44% | - |
| HSV(B) | 182.34º | 0.72% | 0.69% | - |
| XYZ | 23.95 | 33.33 | 46.77 | - |
| YUV | 135.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 177 | 0.72 | 0.03 | 0 | 0.31 | 182.34 | 0.57 | 0.44 |
| Hex | 31 | AC | B1 | 48 | 3 | 0 | 1F | B6 | 39 | 2C |
| Octal | 61 | 254 | 261 | 110 | 3 | 0 | 37 | 266 | 71 | 54 |
| Binary | 110001 | 10101100 | 10110001 | 1001000 | 11 | 0 | 11111 | 10110110 | 111001 | 101100 |
Color Harmonies of #31ACB1
Complementary color
Monochromatic Colors of #31ACB1
Black with #31ACB1
Text Example
Text Example
White with #31ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACB1; }
p { color: rgb(49,172,177); }
H1.HeaderClassName
{
color: #31ACB1;
}
.AnyTagClassName
{
color: #31ACB1;
}
</style>
background-color css
<style>
a { background-color: #31ACB1; }
a { background-color: rgb(49,172,177); }
div.DivClassName
{
background-color: #31ACB1;
}
.BgClassName
{
background-color: #31ACB1;
}
</style>
border-color css
<style>
span { border-color: #31ACB1; }
span { border-color: rgb(49,172,177); }
td.TdClassName
{
border-color: #31ACB1;
}
.TagClassName
{
border-color: #31ACB1;
}
</style>