Shades of Light Sea Green #1BBAB5
Tints of Light Sea Green #1BBAB5
RGB
CMYK
RGB Variations
Color information
#1BBAB5 (or 0x1BBAB5) is known color: Light Sea Green. HEX triplet: 1B, BA and B5. RGB value is (27,186,181). Sum of RGB (Red+Green+Blue) = 27+186+181=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBAB5 is #E4454A. Grayscale: #898989. Windows color (decimal): -14959947 or 11909659. OLE color: 11909659.
HSL color Cylindrical-coordinate representation of color #1BBAB5: hue angle of 178.11º 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 #1BBAB5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 181 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.27 |
| HSL | 178.11º | 0.75% | 0.42% | - |
| HSV(B) | 178.11º | 0.85% | 0.73% | - |
| XYZ | 26.35 | 38.69 | 49.79 | - |
| YUV | 137.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 181 | 0.85 | 0 | 0.03 | 0.27 | 178.11 | 0.75 | 0.42 |
| Hex | 1B | BA | B5 | 55 | 0 | 3 | 1B | B2 | 4B | 2A |
| Octal | 33 | 272 | 265 | 125 | 0 | 3 | 33 | 262 | 113 | 52 |
| Binary | 11011 | 10111010 | 10110101 | 1010101 | 0 | 11 | 11011 | 10110010 | 1001011 | 101010 |
Color Harmonies of #1BBAB5
Complementary color
Monochromatic Colors of #1BBAB5
Black with #1BBAB5
Text Example
Text Example
White with #1BBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAB5; }
p { color: rgb(27,186,181); }
H1.HeaderClassName
{
color: #1BBAB5;
}
.AnyTagClassName
{
color: #1BBAB5;
}
</style>
background-color css
<style>
a { background-color: #1BBAB5; }
a { background-color: rgb(27,186,181); }
div.DivClassName
{
background-color: #1BBAB5;
}
.BgClassName
{
background-color: #1BBAB5;
}
</style>
border-color css
<style>
span { border-color: #1BBAB5; }
span { border-color: rgb(27,186,181); }
td.TdClassName
{
border-color: #1BBAB5;
}
.TagClassName
{
border-color: #1BBAB5;
}
</style>