Shades of Light Sea Green #31AFB4
Tints of Light Sea Green #31AFB4
RGB
CMYK
RGB Variations
Color information
#31AFB4 (or 0x31AFB4) is known color: Light Sea Green. HEX triplet: 31, AF and B4. RGB value is (49,175,180). Sum of RGB (Red+Green+Blue) = 49+175+180=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #31AFB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFB4 is #CE504B. Grayscale: #898989. Windows color (decimal): -13520972 or 11841329. OLE color: 11841329.
HSL color Cylindrical-coordinate representation of color #31AFB4: hue angle of 182.29º degrees, saturation: 0.57, 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 #31AFB4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 175 | 180 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.29 |
| HSL | 182.29º | 0.57% | 0.45% | - |
| HSV(B) | 182.29º | 0.73% | 0.71% | - |
| XYZ | 24.83 | 34.61 | 48.55 | - |
| YUV | 137.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 180 | 0.73 | 0.03 | 0 | 0.29 | 182.29 | 0.57 | 0.45 |
| Hex | 31 | AF | B4 | 49 | 3 | 0 | 1D | B6 | 39 | 2D |
| Octal | 61 | 257 | 264 | 111 | 3 | 0 | 35 | 266 | 71 | 55 |
| Binary | 110001 | 10101111 | 10110100 | 1001001 | 11 | 0 | 11101 | 10110110 | 111001 | 101101 |
Color Harmonies of #31AFB4
Complementary color
Monochromatic Colors of #31AFB4
Black with #31AFB4
Text Example
Text Example
White with #31AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFB4; }
p { color: rgb(49,175,180); }
H1.HeaderClassName
{
color: #31AFB4;
}
.AnyTagClassName
{
color: #31AFB4;
}
</style>
background-color css
<style>
a { background-color: #31AFB4; }
a { background-color: rgb(49,175,180); }
div.DivClassName
{
background-color: #31AFB4;
}
.BgClassName
{
background-color: #31AFB4;
}
</style>
border-color css
<style>
span { border-color: #31AFB4; }
span { border-color: rgb(49,175,180); }
td.TdClassName
{
border-color: #31AFB4;
}
.TagClassName
{
border-color: #31AFB4;
}
</style>