Shades of Light Sea Green #31BDB1
Tints of Light Sea Green #31BDB1
RGB
CMYK
RGB Variations
Color information
#31BDB1 (or 0x31BDB1) is known color: Light Sea Green. HEX triplet: 31, BD and B1. RGB value is (49,189,177). Sum of RGB (Red+Green+Blue) = 49+189+177=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDB1 is #CE424E. Grayscale: #919191. Windows color (decimal): -13517391 or 11648305. OLE color: 11648305.
HSL color Cylindrical-coordinate representation of color #31BDB1: hue angle of 174.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDB1 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 177 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.26 |
| HSL | 174.86º | 0.59% | 0.47% | - |
| HSV(B) | 174.86º | 0.74% | 0.74% | - |
| XYZ | 27.4 | 40.22 | 47.91 | - |
| YUV | 145.77 | 145.62 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 177 | 0.74 | 0 | 0.06 | 0.26 | 174.86 | 0.59 | 0.47 |
| Hex | 31 | BD | B1 | 4A | 0 | 6 | 1A | AF | 3B | 2F |
| Octal | 61 | 275 | 261 | 112 | 0 | 6 | 32 | 257 | 73 | 57 |
| Binary | 110001 | 10111101 | 10110001 | 1001010 | 0 | 110 | 11010 | 10101111 | 111011 | 101111 |
Color Harmonies of #31BDB1
Complementary color
Monochromatic Colors of #31BDB1
Black with #31BDB1
Text Example
Text Example
White with #31BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDB1; }
p { color: rgb(49,189,177); }
H1.HeaderClassName
{
color: #31BDB1;
}
.AnyTagClassName
{
color: #31BDB1;
}
</style>
background-color css
<style>
a { background-color: #31BDB1; }
a { background-color: rgb(49,189,177); }
div.DivClassName
{
background-color: #31BDB1;
}
.BgClassName
{
background-color: #31BDB1;
}
</style>
border-color css
<style>
span { border-color: #31BDB1; }
span { border-color: rgb(49,189,177); }
td.TdClassName
{
border-color: #31BDB1;
}
.TagClassName
{
border-color: #31BDB1;
}
</style>