Shades of Light Sea Green #1BBCAA
Tints of Light Sea Green #1BBCAA
RGB
CMYK
RGB Variations
Color information
#1BBCAA (or 0x1BBCAA) is known color: Light Sea Green. HEX triplet: 1B, BC and AA. RGB value is (27,188,170). Sum of RGB (Red+Green+Blue) = 27+188+170=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBCAA is #E44355. Grayscale: #898989. Windows color (decimal): -14959446 or 11189275. OLE color: 11189275.
HSL color Cylindrical-coordinate representation of color #1BBCAA: hue angle of 173.29º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBCAA is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 170 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.26 |
| HSL | 173.29º | 0.75% | 0.42% | - |
| HSV(B) | 173.29º | 0.86% | 0.74% | - |
| XYZ | 25.69 | 39.1 | 44.22 | - |
| YUV | 137.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 170 | 0.86 | 0 | 0.10 | 0.26 | 173.29 | 0.75 | 0.42 |
| Hex | 1B | BC | AA | 56 | 0 | A | 1A | AD | 4B | 2A |
| Octal | 33 | 274 | 252 | 126 | 0 | 12 | 32 | 255 | 113 | 52 |
| Binary | 11011 | 10111100 | 10101010 | 1010110 | 0 | 1010 | 11010 | 10101101 | 1001011 | 101010 |
Color Harmonies of #1BBCAA
Complementary color
Monochromatic Colors of #1BBCAA
Black with #1BBCAA
Text Example
Text Example
White with #1BBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCAA; }
p { color: rgb(27,188,170); }
H1.HeaderClassName
{
color: #1BBCAA;
}
.AnyTagClassName
{
color: #1BBCAA;
}
</style>
background-color css
<style>
a { background-color: #1BBCAA; }
a { background-color: rgb(27,188,170); }
div.DivClassName
{
background-color: #1BBCAA;
}
.BgClassName
{
background-color: #1BBCAA;
}
</style>
border-color css
<style>
span { border-color: #1BBCAA; }
span { border-color: rgb(27,188,170); }
td.TdClassName
{
border-color: #1BBCAA;
}
.TagClassName
{
border-color: #1BBCAA;
}
</style>