Shades of Light Sea Green #1BA69D
Tints of Light Sea Green #1BA69D
RGB
CMYK
RGB Variations
Color information
#1BA69D (or 0x1BA69D) is known color: Light Sea Green. HEX triplet: 1B, A6 and 9D. RGB value is (27,166,157). Sum of RGB (Red+Green+Blue) = 27+166+157=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA69D is #E45962. Grayscale: #7B7B7B. Windows color (decimal): -14965091 or 10331675. OLE color: 10331675.
HSL color Cylindrical-coordinate representation of color #1BA69D: hue angle of 176.12º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA69D is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 157 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.35 |
| HSL | 176.12º | 0.72% | 0.38% | - |
| HSV(B) | 176.12º | 0.84% | 0.65% | - |
| XYZ | 20.17 | 29.94 | 36.61 | - |
| YUV | 123.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 157 | 0.84 | 0 | 0.05 | 0.35 | 176.12 | 0.72 | 0.38 |
| Hex | 1B | A6 | 9D | 54 | 0 | 5 | 23 | B0 | 48 | 26 |
| Octal | 33 | 246 | 235 | 124 | 0 | 5 | 43 | 260 | 110 | 46 |
| Binary | 11011 | 10100110 | 10011101 | 1010100 | 0 | 101 | 100011 | 10110000 | 1001000 | 100110 |
Color Harmonies of #1BA69D
Complementary color
Monochromatic Colors of #1BA69D
Black with #1BA69D
Text Example
Text Example
White with #1BA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA69D; }
p { color: rgb(27,166,157); }
H1.HeaderClassName
{
color: #1BA69D;
}
.AnyTagClassName
{
color: #1BA69D;
}
</style>
background-color css
<style>
a { background-color: #1BA69D; }
a { background-color: rgb(27,166,157); }
div.DivClassName
{
background-color: #1BA69D;
}
.BgClassName
{
background-color: #1BA69D;
}
</style>
border-color css
<style>
span { border-color: #1BA69D; }
span { border-color: rgb(27,166,157); }
td.TdClassName
{
border-color: #1BA69D;
}
.TagClassName
{
border-color: #1BA69D;
}
</style>