Shades of Light Sea Green #1BBBA2
Tints of Light Sea Green #1BBBA2
RGB
CMYK
RGB Variations
Color information
#1BBBA2 (or 0x1BBBA2) is known color: Light Sea Green. HEX triplet: 1B, BB and A2. RGB value is (27,187,162). Sum of RGB (Red+Green+Blue) = 27+187+162=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBBA2 is #E4445D. Grayscale: #888888. Windows color (decimal): -14959710 or 10664731. OLE color: 10664731.
HSL color Cylindrical-coordinate representation of color #1BBBA2: hue angle of 170.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBBA2 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 187 | 162 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.27 |
| HSL | 170.63º | 0.75% | 0.42% | - |
| HSV(B) | 170.63º | 0.86% | 0.73% | - |
| XYZ | 24.74 | 38.38 | 40.29 | - |
| YUV | 136.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 162 | 0.86 | 0 | 0.13 | 0.27 | 170.63 | 0.75 | 0.42 |
| Hex | 1B | BB | A2 | 56 | 0 | D | 1B | AB | 4B | 2A |
| Octal | 33 | 273 | 242 | 126 | 0 | 15 | 33 | 253 | 113 | 52 |
| Binary | 11011 | 10111011 | 10100010 | 1010110 | 0 | 1101 | 11011 | 10101011 | 1001011 | 101010 |
Color Harmonies of #1BBBA2
Complementary color
Monochromatic Colors of #1BBBA2
Black with #1BBBA2
Text Example
Text Example
White with #1BBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBA2; }
p { color: rgb(27,187,162); }
H1.HeaderClassName
{
color: #1BBBA2;
}
.AnyTagClassName
{
color: #1BBBA2;
}
</style>
background-color css
<style>
a { background-color: #1BBBA2; }
a { background-color: rgb(27,187,162); }
div.DivClassName
{
background-color: #1BBBA2;
}
.BgClassName
{
background-color: #1BBBA2;
}
</style>
border-color css
<style>
span { border-color: #1BBBA2; }
span { border-color: rgb(27,187,162); }
td.TdClassName
{
border-color: #1BBBA2;
}
.TagClassName
{
border-color: #1BBBA2;
}
</style>