Shades of Light Sea Green #1BAAAA
Tints of Light Sea Green #1BAAAA
RGB
CMYK
RGB Variations
Color information
#1BAAAA (or 0x1BAAAA) is known color: Light Sea Green. HEX triplet: 1B, AA and AA. RGB value is (27,170,170). Sum of RGB (Red+Green+Blue) = 27+170+170=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #1BAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAAAA is #E45555. Grayscale: #7F7F7F. Windows color (decimal): -14964054 or 11184667. OLE color: 11184667.
HSL color Cylindrical-coordinate representation of color #1BAAAA: hue angle of 180º 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 #1BAAAA is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 170 | - |
| CMYK | 0.84 | 0 | 0 | 0.33 |
| HSL | 180º | 0.73% | 0.39% | - |
| HSV(B) | 180º | 0.84% | 0.67% | - |
| XYZ | 22.08 | 31.88 | 43.02 | - |
| YUV | 127.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 170 | 0.84 | 0 | 0 | 0.33 | 180 | 0.73 | 0.39 |
| Hex | 1B | AA | AA | 54 | 0 | 0 | 21 | B4 | 49 | 27 |
| Octal | 33 | 252 | 252 | 124 | 0 | 0 | 41 | 264 | 111 | 47 |
| Binary | 11011 | 10101010 | 10101010 | 1010100 | 0 | 0 | 100001 | 10110100 | 1001001 | 100111 |
Color Harmonies of #1BAAAA
Complementary color
Monochromatic Colors of #1BAAAA
Black with #1BAAAA
Text Example
Text Example
White with #1BAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAAAA; }
p { color: rgb(27,170,170); }
H1.HeaderClassName
{
color: #1BAAAA;
}
.AnyTagClassName
{
color: #1BAAAA;
}
</style>
background-color css
<style>
a { background-color: #1BAAAA; }
a { background-color: rgb(27,170,170); }
div.DivClassName
{
background-color: #1BAAAA;
}
.BgClassName
{
background-color: #1BAAAA;
}
</style>
border-color css
<style>
span { border-color: #1BAAAA; }
span { border-color: rgb(27,170,170); }
td.TdClassName
{
border-color: #1BAAAA;
}
.TagClassName
{
border-color: #1BAAAA;
}
</style>