Shades of Light Sea Green #31BFBD
Tints of Light Sea Green #31BFBD
RGB
CMYK
RGB Variations
Color information
#31BFBD (or 0x31BFBD) is known color: Light Sea Green. HEX triplet: 31, BF and BD. RGB value is (49,191,189). Sum of RGB (Red+Green+Blue) = 49+191+189=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFBD is #CE4042. Grayscale: #949494. Windows color (decimal): -13516867 or 12435249. OLE color: 12435249.
HSL color Cylindrical-coordinate representation of color #31BFBD: hue angle of 179.15º 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 #31BFBD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 189 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.25 |
| HSL | 179.15º | 0.59% | 0.47% | - |
| HSV(B) | 179.15º | 0.74% | 0.75% | - |
| XYZ | 29.08 | 41.59 | 54.64 | - |
| YUV | 148.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 189 | 0.74 | 0 | 0.01 | 0.25 | 179.15 | 0.59 | 0.47 |
| Hex | 31 | BF | BD | 4A | 0 | 1 | 19 | B3 | 3B | 2F |
| Octal | 61 | 277 | 275 | 112 | 0 | 1 | 31 | 263 | 73 | 57 |
| Binary | 110001 | 10111111 | 10111101 | 1001010 | 0 | 1 | 11001 | 10110011 | 111011 | 101111 |
Color Harmonies of #31BFBD
Complementary color
Monochromatic Colors of #31BFBD
Black with #31BFBD
Text Example
Text Example
White with #31BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFBD; }
p { color: rgb(49,191,189); }
H1.HeaderClassName
{
color: #31BFBD;
}
.AnyTagClassName
{
color: #31BFBD;
}
</style>
background-color css
<style>
a { background-color: #31BFBD; }
a { background-color: rgb(49,191,189); }
div.DivClassName
{
background-color: #31BFBD;
}
.BgClassName
{
background-color: #31BFBD;
}
</style>
border-color css
<style>
span { border-color: #31BFBD; }
span { border-color: rgb(49,191,189); }
td.TdClassName
{
border-color: #31BFBD;
}
.TagClassName
{
border-color: #31BFBD;
}
</style>