Shades of Light Sea Green #1BA9AB
Tints of Light Sea Green #1BA9AB
RGB
CMYK
RGB Variations
Color information
#1BA9AB (or 0x1BA9AB) is known color: Light Sea Green. HEX triplet: 1B, A9 and AB. RGB value is (27,169,171). Sum of RGB (Red+Green+Blue) = 27+169+171=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #1BA9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA9AB is #E45654. Grayscale: #7E7E7E. Windows color (decimal): -14964309 or 11249947. OLE color: 11249947.
HSL color Cylindrical-coordinate representation of color #1BA9AB: hue angle of 180.83º 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 #1BA9AB is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 169 | 171 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.33 |
| HSL | 180.83º | 0.73% | 0.39% | - |
| HSV(B) | 180.83º | 0.84% | 0.67% | - |
| XYZ | 21.99 | 31.55 | 43.46 | - |
| YUV | 126.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 171 | 0.84 | 0.01 | 0 | 0.33 | 180.83 | 0.73 | 0.39 |
| Hex | 1B | A9 | AB | 54 | 1 | 0 | 21 | B5 | 49 | 27 |
| Octal | 33 | 251 | 253 | 124 | 1 | 0 | 41 | 265 | 111 | 47 |
| Binary | 11011 | 10101001 | 10101011 | 1010100 | 1 | 0 | 100001 | 10110101 | 1001001 | 100111 |
Color Harmonies of #1BA9AB
Complementary color
Monochromatic Colors of #1BA9AB
Black with #1BA9AB
Text Example
Text Example
White with #1BA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9AB; }
p { color: rgb(27,169,171); }
H1.HeaderClassName
{
color: #1BA9AB;
}
.AnyTagClassName
{
color: #1BA9AB;
}
</style>
background-color css
<style>
a { background-color: #1BA9AB; }
a { background-color: rgb(27,169,171); }
div.DivClassName
{
background-color: #1BA9AB;
}
.BgClassName
{
background-color: #1BA9AB;
}
</style>
border-color css
<style>
span { border-color: #1BA9AB; }
span { border-color: rgb(27,169,171); }
td.TdClassName
{
border-color: #1BA9AB;
}
.TagClassName
{
border-color: #1BA9AB;
}
</style>