Shades of Light Sea Green #31ADB2
Tints of Light Sea Green #31ADB2
RGB
CMYK
RGB Variations
Color information
#31ADB2 (or 0x31ADB2) is known color: Light Sea Green. HEX triplet: 31, AD and B2. RGB value is (49,173,178). Sum of RGB (Red+Green+Blue) = 49+173+178=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #31ADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADB2 is #CE524D. Grayscale: #888888. Windows color (decimal): -13521486 or 11709745. OLE color: 11709745.
HSL color Cylindrical-coordinate representation of color #31ADB2: hue angle of 182.33º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31ADB2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 173 | 178 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.30 |
| HSL | 182.33º | 0.57% | 0.45% | - |
| HSV(B) | 182.33º | 0.72% | 0.7% | - |
| XYZ | 24.25 | 33.75 | 47.36 | - |
| YUV | 136.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 178 | 0.72 | 0.03 | 0 | 0.30 | 182.33 | 0.57 | 0.45 |
| Hex | 31 | AD | B2 | 48 | 3 | 0 | 1E | B6 | 39 | 2D |
| Octal | 61 | 255 | 262 | 110 | 3 | 0 | 36 | 266 | 71 | 55 |
| Binary | 110001 | 10101101 | 10110010 | 1001000 | 11 | 0 | 11110 | 10110110 | 111001 | 101101 |
Color Harmonies of #31ADB2
Complementary color
Monochromatic Colors of #31ADB2
Black with #31ADB2
Text Example
Text Example
White with #31ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADB2; }
p { color: rgb(49,173,178); }
H1.HeaderClassName
{
color: #31ADB2;
}
.AnyTagClassName
{
color: #31ADB2;
}
</style>
background-color css
<style>
a { background-color: #31ADB2; }
a { background-color: rgb(49,173,178); }
div.DivClassName
{
background-color: #31ADB2;
}
.BgClassName
{
background-color: #31ADB2;
}
</style>
border-color css
<style>
span { border-color: #31ADB2; }
span { border-color: rgb(49,173,178); }
td.TdClassName
{
border-color: #31ADB2;
}
.TagClassName
{
border-color: #31ADB2;
}
</style>