Shades of Light Sea Green #31ADB7
Tints of Light Sea Green #31ADB7
RGB
CMYK
RGB Variations
Color information
#31ADB7 (or 0x31ADB7) is known color: Light Sea Green. HEX triplet: 31, AD and B7. RGB value is (49,173,183). Sum of RGB (Red+Green+Blue) = 49+173+183=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #31ADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB7 is #CE5248. Grayscale: #888888. Windows color (decimal): -13521481 or 12037425. OLE color: 12037425.
HSL color Cylindrical-coordinate representation of color #31ADB7: hue angle of 184.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ADB7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 173 | 183 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.28 |
| HSL | 184.48º | 0.58% | 0.45% | - |
| HSV(B) | 184.48º | 0.73% | 0.72% | - |
| XYZ | 24.76 | 33.96 | 50.05 | - |
| YUV | 137.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 183 | 0.73 | 0.05 | 0 | 0.28 | 184.48 | 0.58 | 0.45 |
| Hex | 31 | AD | B7 | 49 | 5 | 0 | 1C | B8 | 3A | 2D |
| Octal | 61 | 255 | 267 | 111 | 5 | 0 | 34 | 270 | 72 | 55 |
| Binary | 110001 | 10101101 | 10110111 | 1001001 | 101 | 0 | 11100 | 10111000 | 111010 | 101101 |
Color Harmonies of #31ADB7
Complementary color
Monochromatic Colors of #31ADB7
Black with #31ADB7
Text Example
Text Example
White with #31ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADB7; }
p { color: rgb(49,173,183); }
H1.HeaderClassName
{
color: #31ADB7;
}
.AnyTagClassName
{
color: #31ADB7;
}
</style>
background-color css
<style>
a { background-color: #31ADB7; }
a { background-color: rgb(49,173,183); }
div.DivClassName
{
background-color: #31ADB7;
}
.BgClassName
{
background-color: #31ADB7;
}
</style>
border-color css
<style>
span { border-color: #31ADB7; }
span { border-color: rgb(49,173,183); }
td.TdClassName
{
border-color: #31ADB7;
}
.TagClassName
{
border-color: #31ADB7;
}
</style>