Shades of Light Sea Green #31BFB4
Tints of Light Sea Green #31BFB4
RGB
CMYK
RGB Variations
Color information
#31BFB4 (or 0x31BFB4) is known color: Light Sea Green. HEX triplet: 31, BF and B4. RGB value is (49,191,180). Sum of RGB (Red+Green+Blue) = 49+191+180=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFB4 is #CE404B. Grayscale: #939393. Windows color (decimal): -13516876 or 11845425. OLE color: 11845425.
HSL color Cylindrical-coordinate representation of color #31BFB4: hue angle of 175.35º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BFB4 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 180 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.25 |
| HSL | 175.35º | 0.59% | 0.47% | - |
| HSV(B) | 175.35º | 0.74% | 0.75% | - |
| XYZ | 28.14 | 41.21 | 49.65 | - |
| YUV | 147.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 180 | 0.74 | 0 | 0.06 | 0.25 | 175.35 | 0.59 | 0.47 |
| Hex | 31 | BF | B4 | 4A | 0 | 6 | 19 | AF | 3B | 2F |
| Octal | 61 | 277 | 264 | 112 | 0 | 6 | 31 | 257 | 73 | 57 |
| Binary | 110001 | 10111111 | 10110100 | 1001010 | 0 | 110 | 11001 | 10101111 | 111011 | 101111 |
Color Harmonies of #31BFB4
Complementary color
Monochromatic Colors of #31BFB4
Black with #31BFB4
Text Example
Text Example
White with #31BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFB4; }
p { color: rgb(49,191,180); }
H1.HeaderClassName
{
color: #31BFB4;
}
.AnyTagClassName
{
color: #31BFB4;
}
</style>
background-color css
<style>
a { background-color: #31BFB4; }
a { background-color: rgb(49,191,180); }
div.DivClassName
{
background-color: #31BFB4;
}
.BgClassName
{
background-color: #31BFB4;
}
</style>
border-color css
<style>
span { border-color: #31BFB4; }
span { border-color: rgb(49,191,180); }
td.TdClassName
{
border-color: #31BFB4;
}
.TagClassName
{
border-color: #31BFB4;
}
</style>