Shades of Light Sea Green #31ADB5
Tints of Light Sea Green #31ADB5
RGB
CMYK
RGB Variations
Color information
#31ADB5 (or 0x31ADB5) is known color: Light Sea Green. HEX triplet: 31, AD and B5. RGB value is (49,173,181). Sum of RGB (Red+Green+Blue) = 49+173+181=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #31ADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB5 is #CE524A. Grayscale: #888888. Windows color (decimal): -13521483 or 11906353. OLE color: 11906353.
HSL color Cylindrical-coordinate representation of color #31ADB5: hue angle of 183.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ADB5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 173 | 181 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.29 |
| HSL | 183.64º | 0.57% | 0.45% | - |
| HSV(B) | 183.64º | 0.73% | 0.71% | - |
| XYZ | 24.55 | 33.88 | 48.96 | - |
| YUV | 136.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 181 | 0.73 | 0.04 | 0 | 0.29 | 183.64 | 0.57 | 0.45 |
| Hex | 31 | AD | B5 | 49 | 4 | 0 | 1D | B8 | 39 | 2D |
| Octal | 61 | 255 | 265 | 111 | 4 | 0 | 35 | 270 | 71 | 55 |
| Binary | 110001 | 10101101 | 10110101 | 1001001 | 100 | 0 | 11101 | 10111000 | 111001 | 101101 |
Color Harmonies of #31ADB5
Complementary color
Monochromatic Colors of #31ADB5
Black with #31ADB5
Text Example
Text Example
White with #31ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADB5; }
p { color: rgb(49,173,181); }
H1.HeaderClassName
{
color: #31ADB5;
}
.AnyTagClassName
{
color: #31ADB5;
}
</style>
background-color css
<style>
a { background-color: #31ADB5; }
a { background-color: rgb(49,173,181); }
div.DivClassName
{
background-color: #31ADB5;
}
.BgClassName
{
background-color: #31ADB5;
}
</style>
border-color css
<style>
span { border-color: #31ADB5; }
span { border-color: rgb(49,173,181); }
td.TdClassName
{
border-color: #31ADB5;
}
.TagClassName
{
border-color: #31ADB5;
}
</style>