Shades of Light Sea Green #31BAA5
Tints of Light Sea Green #31BAA5
RGB
CMYK
RGB Variations
Color information
#31BAA5 (or 0x31BAA5) is known color: Light Sea Green. HEX triplet: 31, BA and A5. RGB value is (49,186,165). Sum of RGB (Red+Green+Blue) = 49+186+165=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAA5 is #CE455A. Grayscale: #8E8E8E. Windows color (decimal): -13518171 or 10861105. OLE color: 10861105.
HSL color Cylindrical-coordinate representation of color #31BAA5: hue angle of 170.8º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BAA5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 165 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.27 |
| HSL | 170.8º | 0.58% | 0.46% | - |
| HSV(B) | 170.8º | 0.74% | 0.73% | - |
| XYZ | 25.62 | 38.49 | 41.68 | - |
| YUV | 142.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 165 | 0.74 | 0 | 0.11 | 0.27 | 170.8 | 0.58 | 0.46 |
| Hex | 31 | BA | A5 | 4A | 0 | B | 1B | AB | 3A | 2E |
| Octal | 61 | 272 | 245 | 112 | 0 | 13 | 33 | 253 | 72 | 56 |
| Binary | 110001 | 10111010 | 10100101 | 1001010 | 0 | 1011 | 11011 | 10101011 | 111010 | 101110 |
Color Harmonies of #31BAA5
Complementary color
Monochromatic Colors of #31BAA5
Black with #31BAA5
Text Example
Text Example
White with #31BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAA5; }
p { color: rgb(49,186,165); }
H1.HeaderClassName
{
color: #31BAA5;
}
.AnyTagClassName
{
color: #31BAA5;
}
</style>
background-color css
<style>
a { background-color: #31BAA5; }
a { background-color: rgb(49,186,165); }
div.DivClassName
{
background-color: #31BAA5;
}
.BgClassName
{
background-color: #31BAA5;
}
</style>
border-color css
<style>
span { border-color: #31BAA5; }
span { border-color: rgb(49,186,165); }
td.TdClassName
{
border-color: #31BAA5;
}
.TagClassName
{
border-color: #31BAA5;
}
</style>