Shades of Light Sea Green #31BAC1
Tints of Light Sea Green #31BAC1
RGB
CMYK
RGB Variations
Color information
#31BAC1 (or 0x31BAC1) is known color: Light Sea Green. HEX triplet: 31, BA and C1. RGB value is (49,186,193). Sum of RGB (Red+Green+Blue) = 49+186+193=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #31BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BAC1 is #CE453E. Grayscale: #919191. Windows color (decimal): -13518143 or 12696113. OLE color: 12696113.
HSL color Cylindrical-coordinate representation of color #31BAC1: hue angle of 182.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BAC1 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 186 | 193 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.24 |
| HSL | 182.92º | 0.6% | 0.47% | - |
| HSV(B) | 182.92º | 0.75% | 0.76% | - |
| XYZ | 28.45 | 39.62 | 56.6 | - |
| YUV | 145.84 | 154.61 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 193 | 0.75 | 0.04 | 0 | 0.24 | 182.92 | 0.6 | 0.47 |
| Hex | 31 | BA | C1 | 4B | 4 | 0 | 18 | B7 | 3C | 2F |
| Octal | 61 | 272 | 301 | 113 | 4 | 0 | 30 | 267 | 74 | 57 |
| Binary | 110001 | 10111010 | 11000001 | 1001011 | 100 | 0 | 11000 | 10110111 | 111100 | 101111 |
Color Harmonies of #31BAC1
Complementary color
Monochromatic Colors of #31BAC1
Black with #31BAC1
Text Example
Text Example
White with #31BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAC1; }
p { color: rgb(49,186,193); }
H1.HeaderClassName
{
color: #31BAC1;
}
.AnyTagClassName
{
color: #31BAC1;
}
</style>
background-color css
<style>
a { background-color: #31BAC1; }
a { background-color: rgb(49,186,193); }
div.DivClassName
{
background-color: #31BAC1;
}
.BgClassName
{
background-color: #31BAC1;
}
</style>
border-color css
<style>
span { border-color: #31BAC1; }
span { border-color: rgb(49,186,193); }
td.TdClassName
{
border-color: #31BAC1;
}
.TagClassName
{
border-color: #31BAC1;
}
</style>