Shades of Light Sea Green #31BDB4
Tints of Light Sea Green #31BDB4
RGB
CMYK
RGB Variations
Color information
#31BDB4 (or 0x31BDB4) is known color: Light Sea Green. HEX triplet: 31, BD and B4. RGB value is (49,189,180). Sum of RGB (Red+Green+Blue) = 49+189+180=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDB4 is #CE424B. Grayscale: #929292. Windows color (decimal): -13517388 or 11844913. OLE color: 11844913.
HSL color Cylindrical-coordinate representation of color #31BDB4: hue angle of 176.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDB4 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 180 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.26 |
| HSL | 176.14º | 0.59% | 0.47% | - |
| HSV(B) | 176.14º | 0.74% | 0.74% | - |
| XYZ | 27.7 | 40.34 | 49.51 | - |
| YUV | 146.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 180 | 0.74 | 0 | 0.05 | 0.26 | 176.14 | 0.59 | 0.47 |
| Hex | 31 | BD | B4 | 4A | 0 | 5 | 1A | B0 | 3B | 2F |
| Octal | 61 | 275 | 264 | 112 | 0 | 5 | 32 | 260 | 73 | 57 |
| Binary | 110001 | 10111101 | 10110100 | 1001010 | 0 | 101 | 11010 | 10110000 | 111011 | 101111 |
Color Harmonies of #31BDB4
Complementary color
Monochromatic Colors of #31BDB4
Black with #31BDB4
Text Example
Text Example
White with #31BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDB4; }
p { color: rgb(49,189,180); }
H1.HeaderClassName
{
color: #31BDB4;
}
.AnyTagClassName
{
color: #31BDB4;
}
</style>
background-color css
<style>
a { background-color: #31BDB4; }
a { background-color: rgb(49,189,180); }
div.DivClassName
{
background-color: #31BDB4;
}
.BgClassName
{
background-color: #31BDB4;
}
</style>
border-color css
<style>
span { border-color: #31BDB4; }
span { border-color: rgb(49,189,180); }
td.TdClassName
{
border-color: #31BDB4;
}
.TagClassName
{
border-color: #31BDB4;
}
</style>