Shades of Light Sea Green #1EB2B6
Tints of Light Sea Green #1EB2B6
RGB
CMYK
RGB Variations
Color information
#1EB2B6 (or 0x1EB2B6) is known color: Light Sea Green. HEX triplet: 1E, B2 and B6. RGB value is (30,178,182). Sum of RGB (Red+Green+Blue) = 30+178+182=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #1EB2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB2B6 is #E14D49. Grayscale: #868686. Windows color (decimal): -14765386 or 11973150. OLE color: 11973150.
HSL color Cylindrical-coordinate representation of color #1EB2B6: hue angle of 181.58º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB2B6 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 30 | 178 | 182 | - |
CMYK | 0.84 | 0.02 | 0 | 0.29 |
HSL | 181.58º | 0.72% | 0.42% | - |
HSV(B) | 181.58º | 0.84% | 0.71% | - |
XYZ | 24.9 | 35.49 | 49.79 | - |
YUV | 134.2 | 154.97 | 53.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 178 | 182 | 0.84 | 0.02 | 0 | 0.29 | 181.58 | 0.72 | 0.42 |
Hex | 1E | B2 | B6 | 54 | 2 | 0 | 1D | B6 | 48 | 2A |
Octal | 36 | 262 | 266 | 124 | 2 | 0 | 35 | 266 | 110 | 52 |
Binary | 11110 | 10110010 | 10110110 | 1010100 | 10 | 0 | 11101 | 10110110 | 1001000 | 101010 |
Color Harmonies of #1EB2B6
Complementary color
Monochromatic Colors of #1EB2B6
Black with #1EB2B6
Text Example
Text Example
White with #1EB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB2B6; }
p { color: rgb(30,178,182); }
H1.HeaderClassName
{
color: #1EB2B6;
}
.AnyTagClassName
{
color: #1EB2B6;
}
</style>
background-color css
<style>
a { background-color: #1EB2B6; }
a { background-color: rgb(30,178,182); }
div.DivClassName
{
background-color: #1EB2B6;
}
.BgClassName
{
background-color: #1EB2B6;
}
</style>
border-color css
<style>
span { border-color: #1EB2B6; }
span { border-color: rgb(30,178,182); }
td.TdClassName
{
border-color: #1EB2B6;
}
.TagClassName
{
border-color: #1EB2B6;
}
</style>