Shades of Light Sea Green #1BA69C
Tints of Light Sea Green #1BA69C
RGB
CMYK
RGB Variations
Color information
#1BA69C (or 0x1BA69C) is known color: Light Sea Green. HEX triplet: 1B, A6 and 9C. RGB value is (27,166,156). Sum of RGB (Red+Green+Blue) = 27+166+156=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA69C is #E45963. Grayscale: #7B7B7B. Windows color (decimal): -14965092 or 10266139. OLE color: 10266139.
HSL color Cylindrical-coordinate representation of color #1BA69C: hue angle of 175.68º 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 #1BA69C is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 156 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.35 |
| HSL | 175.68º | 0.72% | 0.38% | - |
| HSV(B) | 175.68º | 0.84% | 0.65% | - |
| XYZ | 20.09 | 29.91 | 36.17 | - |
| YUV | 123.3 | 146.45 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 156 | 0.84 | 0 | 0.06 | 0.35 | 175.68 | 0.72 | 0.38 |
| Hex | 1B | A6 | 9C | 54 | 0 | 6 | 23 | B0 | 48 | 26 |
| Octal | 33 | 246 | 234 | 124 | 0 | 6 | 43 | 260 | 110 | 46 |
| Binary | 11011 | 10100110 | 10011100 | 1010100 | 0 | 110 | 100011 | 10110000 | 1001000 | 100110 |
Color Harmonies of #1BA69C
Complementary color
Monochromatic Colors of #1BA69C
Black with #1BA69C
Text Example
Text Example
White with #1BA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA69C; }
p { color: rgb(27,166,156); }
H1.HeaderClassName
{
color: #1BA69C;
}
.AnyTagClassName
{
color: #1BA69C;
}
</style>
background-color css
<style>
a { background-color: #1BA69C; }
a { background-color: rgb(27,166,156); }
div.DivClassName
{
background-color: #1BA69C;
}
.BgClassName
{
background-color: #1BA69C;
}
</style>
border-color css
<style>
span { border-color: #1BA69C; }
span { border-color: rgb(27,166,156); }
td.TdClassName
{
border-color: #1BA69C;
}
.TagClassName
{
border-color: #1BA69C;
}
</style>