Shades of Light Sea Green #1BBAB3
Tints of Light Sea Green #1BBAB3
RGB
CMYK
RGB Variations
Color information
#1BBAB3 (or 0x1BBAB3) is known color: Light Sea Green. HEX triplet: 1B, BA and B3. RGB value is (27,186,179). Sum of RGB (Red+Green+Blue) = 27+186+179=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBAB3 is #E4454C. Grayscale: #898989. Windows color (decimal): -14959949 or 11778587. OLE color: 11778587.
HSL color Cylindrical-coordinate representation of color #1BBAB3: hue angle of 177.36º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBAB3 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 179 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.27 |
| HSL | 177.36º | 0.75% | 0.42% | - |
| HSV(B) | 177.36º | 0.85% | 0.73% | - |
| XYZ | 26.15 | 38.61 | 48.72 | - |
| YUV | 137.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 179 | 0.85 | 0 | 0.04 | 0.27 | 177.36 | 0.75 | 0.42 |
| Hex | 1B | BA | B3 | 55 | 0 | 4 | 1B | B1 | 4B | 2A |
| Octal | 33 | 272 | 263 | 125 | 0 | 4 | 33 | 261 | 113 | 52 |
| Binary | 11011 | 10111010 | 10110011 | 1010101 | 0 | 100 | 11011 | 10110001 | 1001011 | 101010 |
Color Harmonies of #1BBAB3
Complementary color
Monochromatic Colors of #1BBAB3
Black with #1BBAB3
Text Example
Text Example
White with #1BBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAB3; }
p { color: rgb(27,186,179); }
H1.HeaderClassName
{
color: #1BBAB3;
}
.AnyTagClassName
{
color: #1BBAB3;
}
</style>
background-color css
<style>
a { background-color: #1BBAB3; }
a { background-color: rgb(27,186,179); }
div.DivClassName
{
background-color: #1BBAB3;
}
.BgClassName
{
background-color: #1BBAB3;
}
</style>
border-color css
<style>
span { border-color: #1BBAB3; }
span { border-color: rgb(27,186,179); }
td.TdClassName
{
border-color: #1BBAB3;
}
.TagClassName
{
border-color: #1BBAB3;
}
</style>