Shades of Light Sea Green #31AFB6
Tints of Light Sea Green #31AFB6
RGB
CMYK
RGB Variations
Color information
#31AFB6 (or 0x31AFB6) is known color: Light Sea Green. HEX triplet: 31, AF and B6. RGB value is (49,175,182). Sum of RGB (Red+Green+Blue) = 49+175+182=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #31AFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFB6 is #CE5049. Grayscale: #898989. Windows color (decimal): -13520970 or 11972401. OLE color: 11972401.
HSL color Cylindrical-coordinate representation of color #31AFB6: hue angle of 183.16º 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 #31AFB6 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 175 | 182 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.29 |
| HSL | 183.16º | 0.58% | 0.45% | - |
| HSV(B) | 183.16º | 0.73% | 0.71% | - |
| XYZ | 25.04 | 34.69 | 49.63 | - |
| YUV | 138.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 182 | 0.73 | 0.04 | 0 | 0.29 | 183.16 | 0.58 | 0.45 |
| Hex | 31 | AF | B6 | 49 | 4 | 0 | 1D | B7 | 3A | 2D |
| Octal | 61 | 257 | 266 | 111 | 4 | 0 | 35 | 267 | 72 | 55 |
| Binary | 110001 | 10101111 | 10110110 | 1001001 | 100 | 0 | 11101 | 10110111 | 111010 | 101101 |
Color Harmonies of #31AFB6
Complementary color
Monochromatic Colors of #31AFB6
Black with #31AFB6
Text Example
Text Example
White with #31AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFB6; }
p { color: rgb(49,175,182); }
H1.HeaderClassName
{
color: #31AFB6;
}
.AnyTagClassName
{
color: #31AFB6;
}
</style>
background-color css
<style>
a { background-color: #31AFB6; }
a { background-color: rgb(49,175,182); }
div.DivClassName
{
background-color: #31AFB6;
}
.BgClassName
{
background-color: #31AFB6;
}
</style>
border-color css
<style>
span { border-color: #31AFB6; }
span { border-color: rgb(49,175,182); }
td.TdClassName
{
border-color: #31AFB6;
}
.TagClassName
{
border-color: #31AFB6;
}
</style>