Shades of Light Sea Green #31ADB6
Tints of Light Sea Green #31ADB6
RGB
CMYK
RGB Variations
Color information
#31ADB6 (or 0x31ADB6) is known color: Light Sea Green. HEX triplet: 31, AD and B6. RGB value is (49,173,182). Sum of RGB (Red+Green+Blue) = 49+173+182=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #31ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB6 is #CE5249. Grayscale: #888888. Windows color (decimal): -13521482 or 11971889. OLE color: 11971889.
HSL color Cylindrical-coordinate representation of color #31ADB6: hue angle of 184.06º degrees, saturation: 0.58, 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 #31ADB6 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 173 | 182 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.29 |
| HSL | 184.06º | 0.58% | 0.45% | - |
| HSV(B) | 184.06º | 0.73% | 0.71% | - |
| XYZ | 24.65 | 33.92 | 49.5 | - |
| YUV | 136.95 | 153.42 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 182 | 0.73 | 0.05 | 0 | 0.29 | 184.06 | 0.58 | 0.45 |
| Hex | 31 | AD | B6 | 49 | 5 | 0 | 1D | B8 | 3A | 2D |
| Octal | 61 | 255 | 266 | 111 | 5 | 0 | 35 | 270 | 72 | 55 |
| Binary | 110001 | 10101101 | 10110110 | 1001001 | 101 | 0 | 11101 | 10111000 | 111010 | 101101 |
Color Harmonies of #31ADB6
Complementary color
Monochromatic Colors of #31ADB6
Black with #31ADB6
Text Example
Text Example
White with #31ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADB6; }
p { color: rgb(49,173,182); }
H1.HeaderClassName
{
color: #31ADB6;
}
.AnyTagClassName
{
color: #31ADB6;
}
</style>
background-color css
<style>
a { background-color: #31ADB6; }
a { background-color: rgb(49,173,182); }
div.DivClassName
{
background-color: #31ADB6;
}
.BgClassName
{
background-color: #31ADB6;
}
</style>
border-color css
<style>
span { border-color: #31ADB6; }
span { border-color: rgb(49,173,182); }
td.TdClassName
{
border-color: #31ADB6;
}
.TagClassName
{
border-color: #31ADB6;
}
</style>