Shades of Light Sea Green #1EB7BA
Tints of Light Sea Green #1EB7BA
RGB
CMYK
RGB Variations
Color information
#1EB7BA (or 0x1EB7BA) is known color: Light Sea Green. HEX triplet: 1E, B7 and BA. RGB value is (30,183,186). Sum of RGB (Red+Green+Blue) = 30+183+186=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EB7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB7BA is #E14845. Grayscale: #898989. Windows color (decimal): -14764102 or 12236574. OLE color: 12236574.
HSL color Cylindrical-coordinate representation of color #1EB7BA: hue angle of 181.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB7BA is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 183 | 186 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.27 |
| HSL | 181.15º | 0.72% | 0.42% | - |
| HSV(B) | 181.15º | 0.84% | 0.73% | - |
| XYZ | 26.33 | 37.69 | 52.34 | - |
| YUV | 137.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 183 | 186 | 0.84 | 0.02 | 0 | 0.27 | 181.15 | 0.72 | 0.42 |
| Hex | 1E | B7 | BA | 54 | 2 | 0 | 1B | B5 | 48 | 2A |
| Octal | 36 | 267 | 272 | 124 | 2 | 0 | 33 | 265 | 110 | 52 |
| Binary | 11110 | 10110111 | 10111010 | 1010100 | 10 | 0 | 11011 | 10110101 | 1001000 | 101010 |
Color Harmonies of #1EB7BA
Complementary color
Monochromatic Colors of #1EB7BA
Black with #1EB7BA
Text Example
Text Example
White with #1EB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB7BA; }
p { color: rgb(30,183,186); }
H1.HeaderClassName
{
color: #1EB7BA;
}
.AnyTagClassName
{
color: #1EB7BA;
}
</style>
background-color css
<style>
a { background-color: #1EB7BA; }
a { background-color: rgb(30,183,186); }
div.DivClassName
{
background-color: #1EB7BA;
}
.BgClassName
{
background-color: #1EB7BA;
}
</style>
border-color css
<style>
span { border-color: #1EB7BA; }
span { border-color: rgb(30,183,186); }
td.TdClassName
{
border-color: #1EB7BA;
}
.TagClassName
{
border-color: #1EB7BA;
}
</style>