Shades of Light Sea Green #31ADB3
Tints of Light Sea Green #31ADB3
RGB
CMYK
RGB Variations
Color information
#31ADB3 (or 0x31ADB3) is known color: Light Sea Green. HEX triplet: 31, AD and B3. RGB value is (49,173,179). Sum of RGB (Red+Green+Blue) = 49+173+179=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #31ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB3 is #CE524C. Grayscale: #888888. Windows color (decimal): -13521485 or 11775281. OLE color: 11775281.
HSL color Cylindrical-coordinate representation of color #31ADB3: hue angle of 182.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ADB3 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 173 | 179 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.30 |
| HSL | 182.77º | 0.57% | 0.45% | - |
| HSV(B) | 182.77º | 0.73% | 0.7% | - |
| XYZ | 24.35 | 33.79 | 47.89 | - |
| YUV | 136.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 179 | 0.73 | 0.03 | 0 | 0.30 | 182.77 | 0.57 | 0.45 |
| Hex | 31 | AD | B3 | 49 | 3 | 0 | 1E | B7 | 39 | 2D |
| Octal | 61 | 255 | 263 | 111 | 3 | 0 | 36 | 267 | 71 | 55 |
| Binary | 110001 | 10101101 | 10110011 | 1001001 | 11 | 0 | 11110 | 10110111 | 111001 | 101101 |
Color Harmonies of #31ADB3
Complementary color
Monochromatic Colors of #31ADB3
Black with #31ADB3
Text Example
Text Example
White with #31ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADB3; }
p { color: rgb(49,173,179); }
H1.HeaderClassName
{
color: #31ADB3;
}
.AnyTagClassName
{
color: #31ADB3;
}
</style>
background-color css
<style>
a { background-color: #31ADB3; }
a { background-color: rgb(49,173,179); }
div.DivClassName
{
background-color: #31ADB3;
}
.BgClassName
{
background-color: #31ADB3;
}
</style>
border-color css
<style>
span { border-color: #31ADB3; }
span { border-color: rgb(49,173,179); }
td.TdClassName
{
border-color: #31ADB3;
}
.TagClassName
{
border-color: #31ADB3;
}
</style>