Shades of Light Sea Green #31B1A8
Tints of Light Sea Green #31B1A8
RGB
CMYK
RGB Variations
Color information
#31B1A8 (or 0x31B1A8) is known color: Light Sea Green. HEX triplet: 31, B1 and A8. RGB value is (49,177,168). Sum of RGB (Red+Green+Blue) = 49+177+168=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #31B1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B1A8 is #CE4E57. Grayscale: #898989. Windows color (decimal): -13520472 or 11055409. OLE color: 11055409.
HSL color Cylindrical-coordinate representation of color #31B1A8: hue angle of 175.78º 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 #31B1A8 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 168 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.31 |
| HSL | 175.78º | 0.57% | 0.44% | - |
| HSV(B) | 175.78º | 0.72% | 0.69% | - |
| XYZ | 24.06 | 34.92 | 42.52 | - |
| YUV | 137.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 168 | 0.72 | 0 | 0.05 | 0.31 | 175.78 | 0.57 | 0.44 |
| Hex | 31 | B1 | A8 | 48 | 0 | 5 | 1F | B0 | 39 | 2C |
| Octal | 61 | 261 | 250 | 110 | 0 | 5 | 37 | 260 | 71 | 54 |
| Binary | 110001 | 10110001 | 10101000 | 1001000 | 0 | 101 | 11111 | 10110000 | 111001 | 101100 |
Color Harmonies of #31B1A8
Complementary color
Monochromatic Colors of #31B1A8
Black with #31B1A8
Text Example
Text Example
White with #31B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B1A8; }
p { color: rgb(49,177,168); }
H1.HeaderClassName
{
color: #31B1A8;
}
.AnyTagClassName
{
color: #31B1A8;
}
</style>
background-color css
<style>
a { background-color: #31B1A8; }
a { background-color: rgb(49,177,168); }
div.DivClassName
{
background-color: #31B1A8;
}
.BgClassName
{
background-color: #31B1A8;
}
</style>
border-color css
<style>
span { border-color: #31B1A8; }
span { border-color: rgb(49,177,168); }
td.TdClassName
{
border-color: #31B1A8;
}
.TagClassName
{
border-color: #31B1A8;
}
</style>