Shades of Light Sea Green #1BAAB2
Tints of Light Sea Green #1BAAB2
RGB
CMYK
RGB Variations
Color information
#1BAAB2 (or 0x1BAAB2) is known color: Light Sea Green. HEX triplet: 1B, AA and B2. RGB value is (27,170,178). Sum of RGB (Red+Green+Blue) = 27+170+178=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #1BAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAAB2 is #E4554D. Grayscale: #7F7F7F. Windows color (decimal): -14964046 or 11708955. OLE color: 11708955.
HSL color Cylindrical-coordinate representation of color #1BAAB2: hue angle of 183.18º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAAB2 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 170 | 178 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.30 |
| HSL | 183.18º | 0.74% | 0.4% | - |
| HSV(B) | 183.18º | 0.85% | 0.7% | - |
| XYZ | 22.86 | 32.2 | 47.13 | - |
| YUV | 128.16 | 156.12 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 178 | 0.85 | 0.04 | 0 | 0.30 | 183.18 | 0.74 | 0.4 |
| Hex | 1B | AA | B2 | 55 | 4 | 0 | 1E | B7 | 4A | 28 |
| Octal | 33 | 252 | 262 | 125 | 4 | 0 | 36 | 267 | 112 | 50 |
| Binary | 11011 | 10101010 | 10110010 | 1010101 | 100 | 0 | 11110 | 10110111 | 1001010 | 101000 |
Color Harmonies of #1BAAB2
Complementary color
Monochromatic Colors of #1BAAB2
Black with #1BAAB2
Text Example
Text Example
White with #1BAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAAB2; }
p { color: rgb(27,170,178); }
H1.HeaderClassName
{
color: #1BAAB2;
}
.AnyTagClassName
{
color: #1BAAB2;
}
</style>
background-color css
<style>
a { background-color: #1BAAB2; }
a { background-color: rgb(27,170,178); }
div.DivClassName
{
background-color: #1BAAB2;
}
.BgClassName
{
background-color: #1BAAB2;
}
</style>
border-color css
<style>
span { border-color: #1BAAB2; }
span { border-color: rgb(27,170,178); }
td.TdClassName
{
border-color: #1BAAB2;
}
.TagClassName
{
border-color: #1BAAB2;
}
</style>