Shades of Light Sea Green #31ABB2
Tints of Light Sea Green #31ABB2
RGB
CMYK
RGB Variations
Color information
#31ABB2 (or 0x31ABB2) is known color: Light Sea Green. HEX triplet: 31, AB and B2. RGB value is (49,171,178). Sum of RGB (Red+Green+Blue) = 49+171+178=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #31ABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ABB2 is #CE544D. Grayscale: #878787. Windows color (decimal): -13521998 or 11709233. OLE color: 11709233.
HSL color Cylindrical-coordinate representation of color #31ABB2: hue angle of 183.26º 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 #31ABB2 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 171 | 178 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.30 |
| HSL | 183.26º | 0.57% | 0.45% | - |
| HSV(B) | 183.26º | 0.72% | 0.7% | - |
| XYZ | 23.87 | 32.99 | 47.23 | - |
| YUV | 135.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 178 | 0.72 | 0.04 | 0 | 0.30 | 183.26 | 0.57 | 0.45 |
| Hex | 31 | AB | B2 | 48 | 4 | 0 | 1E | B7 | 39 | 2D |
| Octal | 61 | 253 | 262 | 110 | 4 | 0 | 36 | 267 | 71 | 55 |
| Binary | 110001 | 10101011 | 10110010 | 1001000 | 100 | 0 | 11110 | 10110111 | 111001 | 101101 |
Color Harmonies of #31ABB2
Complementary color
Monochromatic Colors of #31ABB2
Black with #31ABB2
Text Example
Text Example
White with #31ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABB2; }
p { color: rgb(49,171,178); }
H1.HeaderClassName
{
color: #31ABB2;
}
.AnyTagClassName
{
color: #31ABB2;
}
</style>
background-color css
<style>
a { background-color: #31ABB2; }
a { background-color: rgb(49,171,178); }
div.DivClassName
{
background-color: #31ABB2;
}
.BgClassName
{
background-color: #31ABB2;
}
</style>
border-color css
<style>
span { border-color: #31ABB2; }
span { border-color: rgb(49,171,178); }
td.TdClassName
{
border-color: #31ABB2;
}
.TagClassName
{
border-color: #31ABB2;
}
</style>