Shades of Light Sea Green #1BBBBA
Tints of Light Sea Green #1BBBBA
RGB
CMYK
RGB Variations
Color information
#1BBBBA (or 0x1BBBBA) is known color: Light Sea Green. HEX triplet: 1B, BB and BA. RGB value is (27,187,186). Sum of RGB (Red+Green+Blue) = 27+187+186=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBBBA is #E44445. Grayscale: #8A8A8A. Windows color (decimal): -14959686 or 12237595. OLE color: 12237595.
HSL color Cylindrical-coordinate representation of color #1BBBBA: hue angle of 179.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 #1BBBBA is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 187 | 186 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.27 |
| HSL | 179.63º | 0.75% | 0.42% | - |
| HSV(B) | 179.63º | 0.86% | 0.73% | - |
| XYZ | 27.09 | 39.32 | 52.62 | - |
| YUV | 139.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 186 | 0.86 | 0 | 0.01 | 0.27 | 179.63 | 0.75 | 0.42 |
| Hex | 1B | BB | BA | 56 | 0 | 1 | 1B | B4 | 4B | 2A |
| Octal | 33 | 273 | 272 | 126 | 0 | 1 | 33 | 264 | 113 | 52 |
| Binary | 11011 | 10111011 | 10111010 | 1010110 | 0 | 1 | 11011 | 10110100 | 1001011 | 101010 |
Color Harmonies of #1BBBBA
Complementary color
Monochromatic Colors of #1BBBBA
Black with #1BBBBA
Text Example
Text Example
White with #1BBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBBA; }
p { color: rgb(27,187,186); }
H1.HeaderClassName
{
color: #1BBBBA;
}
.AnyTagClassName
{
color: #1BBBBA;
}
</style>
background-color css
<style>
a { background-color: #1BBBBA; }
a { background-color: rgb(27,187,186); }
div.DivClassName
{
background-color: #1BBBBA;
}
.BgClassName
{
background-color: #1BBBBA;
}
</style>
border-color css
<style>
span { border-color: #1BBBBA; }
span { border-color: rgb(27,187,186); }
td.TdClassName
{
border-color: #1BBBBA;
}
.TagClassName
{
border-color: #1BBBBA;
}
</style>