Shades of Light Sea Green #1EB6BC
Tints of Light Sea Green #1EB6BC
RGB
CMYK
RGB Variations
Color information
#1EB6BC (or 0x1EB6BC) is known color: Light Sea Green. HEX triplet: 1E, B6 and BC. RGB value is (30,182,188). Sum of RGB (Red+Green+Blue) = 30+182+188=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EB6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6BC is #E14943. Grayscale: #898989. Windows color (decimal): -14764356 or 12367390. OLE color: 12367390.
HSL color Cylindrical-coordinate representation of color #1EB6BC: hue angle of 182.28º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB6BC is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 182 | 188 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.26 |
| HSL | 182.28º | 0.72% | 0.43% | - |
| HSV(B) | 182.28º | 0.84% | 0.74% | - |
| XYZ | 26.34 | 37.36 | 53.4 | - |
| YUV | 137.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 182 | 188 | 0.84 | 0.03 | 0 | 0.26 | 182.28 | 0.72 | 0.43 |
| Hex | 1E | B6 | BC | 54 | 3 | 0 | 1A | B6 | 48 | 2B |
| Octal | 36 | 266 | 274 | 124 | 3 | 0 | 32 | 266 | 110 | 53 |
| Binary | 11110 | 10110110 | 10111100 | 1010100 | 11 | 0 | 11010 | 10110110 | 1001000 | 101011 |
Color Harmonies of #1EB6BC
Complementary color
Monochromatic Colors of #1EB6BC
Black with #1EB6BC
Text Example
Text Example
White with #1EB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB6BC; }
p { color: rgb(30,182,188); }
H1.HeaderClassName
{
color: #1EB6BC;
}
.AnyTagClassName
{
color: #1EB6BC;
}
</style>
background-color css
<style>
a { background-color: #1EB6BC; }
a { background-color: rgb(30,182,188); }
div.DivClassName
{
background-color: #1EB6BC;
}
.BgClassName
{
background-color: #1EB6BC;
}
</style>
border-color css
<style>
span { border-color: #1EB6BC; }
span { border-color: rgb(30,182,188); }
td.TdClassName
{
border-color: #1EB6BC;
}
.TagClassName
{
border-color: #1EB6BC;
}
</style>