Shades of Light Sea Green #1BABA6
Tints of Light Sea Green #1BABA6
RGB
CMYK
RGB Variations
Color information
#1BABA6 (or 0x1BABA6) is known color: Light Sea Green. HEX triplet: 1B, AB and A6. RGB value is (27,171,166). Sum of RGB (Red+Green+Blue) = 27+171+166=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #1BABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BABA6 is #E45459. Grayscale: #7F7F7F. Windows color (decimal): -14963802 or 10922779. OLE color: 10922779.
HSL color Cylindrical-coordinate representation of color #1BABA6: hue angle of 177.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BABA6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 166 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.33 |
| HSL | 177.92º | 0.73% | 0.39% | - |
| HSV(B) | 177.92º | 0.84% | 0.67% | - |
| XYZ | 21.9 | 32.11 | 41.12 | - |
| YUV | 127.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 166 | 0.84 | 0 | 0.03 | 0.33 | 177.92 | 0.73 | 0.39 |
| Hex | 1B | AB | A6 | 54 | 0 | 3 | 21 | B2 | 49 | 27 |
| Octal | 33 | 253 | 246 | 124 | 0 | 3 | 41 | 262 | 111 | 47 |
| Binary | 11011 | 10101011 | 10100110 | 1010100 | 0 | 11 | 100001 | 10110010 | 1001001 | 100111 |
Color Harmonies of #1BABA6
Complementary color
Monochromatic Colors of #1BABA6
Black with #1BABA6
Text Example
Text Example
White with #1BABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABA6; }
p { color: rgb(27,171,166); }
H1.HeaderClassName
{
color: #1BABA6;
}
.AnyTagClassName
{
color: #1BABA6;
}
</style>
background-color css
<style>
a { background-color: #1BABA6; }
a { background-color: rgb(27,171,166); }
div.DivClassName
{
background-color: #1BABA6;
}
.BgClassName
{
background-color: #1BABA6;
}
</style>
border-color css
<style>
span { border-color: #1BABA6; }
span { border-color: rgb(27,171,166); }
td.TdClassName
{
border-color: #1BABA6;
}
.TagClassName
{
border-color: #1BABA6;
}
</style>