Shades of Light Sea Green #1BAAB6
Tints of Light Sea Green #1BAAB6
RGB
CMYK
RGB Variations
Color information
#1BAAB6 (or 0x1BAAB6) is known color: Light Sea Green. HEX triplet: 1B, AA and B6. RGB value is (27,170,182). Sum of RGB (Red+Green+Blue) = 27+170+182=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #1BAAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAAB6 is #E45549. Grayscale: #808080. Windows color (decimal): -14964042 or 11971099. OLE color: 11971099.
HSL color Cylindrical-coordinate representation of color #1BAAB6: hue angle of 184.65º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAAB6 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 170 | 182 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.29 |
| HSL | 184.65º | 0.74% | 0.41% | - |
| HSV(B) | 184.65º | 0.85% | 0.71% | - |
| XYZ | 23.27 | 32.36 | 49.28 | - |
| YUV | 128.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 182 | 0.85 | 0.07 | 0 | 0.29 | 184.65 | 0.74 | 0.41 |
| Hex | 1B | AA | B6 | 55 | 7 | 0 | 1D | B9 | 4A | 29 |
| Octal | 33 | 252 | 266 | 125 | 7 | 0 | 35 | 271 | 112 | 51 |
| Binary | 11011 | 10101010 | 10110110 | 1010101 | 111 | 0 | 11101 | 10111001 | 1001010 | 101001 |
Color Harmonies of #1BAAB6
Complementary color
Monochromatic Colors of #1BAAB6
Black with #1BAAB6
Text Example
Text Example
White with #1BAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAAB6; }
p { color: rgb(27,170,182); }
H1.HeaderClassName
{
color: #1BAAB6;
}
.AnyTagClassName
{
color: #1BAAB6;
}
</style>
background-color css
<style>
a { background-color: #1BAAB6; }
a { background-color: rgb(27,170,182); }
div.DivClassName
{
background-color: #1BAAB6;
}
.BgClassName
{
background-color: #1BAAB6;
}
</style>
border-color css
<style>
span { border-color: #1BAAB6; }
span { border-color: rgb(27,170,182); }
td.TdClassName
{
border-color: #1BAAB6;
}
.TagClassName
{
border-color: #1BAAB6;
}
</style>