Shades of Light Sea Green #1BBFAB
Tints of Light Sea Green #1BBFAB
RGB
CMYK
RGB Variations
Color information
#1BBFAB (or 0x1BBFAB) is known color: Light Sea Green. HEX triplet: 1B, BF and AB. RGB value is (27,191,171). Sum of RGB (Red+Green+Blue) = 27+191+171=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBFAB is #E44054. Grayscale: #8B8B8B. Windows color (decimal): -14958677 or 11255579. OLE color: 11255579.
HSL color Cylindrical-coordinate representation of color #1BBFAB: hue angle of 172.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBFAB is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 191 | 171 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.25 |
| HSL | 172.68º | 0.75% | 0.43% | - |
| HSV(B) | 172.68º | 0.86% | 0.75% | - |
| XYZ | 26.43 | 40.43 | 44.94 | - |
| YUV | 139.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 171 | 0.86 | 0 | 0.10 | 0.25 | 172.68 | 0.75 | 0.43 |
| Hex | 1B | BF | AB | 56 | 0 | A | 19 | AD | 4B | 2B |
| Octal | 33 | 277 | 253 | 126 | 0 | 12 | 31 | 255 | 113 | 53 |
| Binary | 11011 | 10111111 | 10101011 | 1010110 | 0 | 1010 | 11001 | 10101101 | 1001011 | 101011 |
Color Harmonies of #1BBFAB
Complementary color
Monochromatic Colors of #1BBFAB
Black with #1BBFAB
Text Example
Text Example
White with #1BBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBFAB; }
p { color: rgb(27,191,171); }
H1.HeaderClassName
{
color: #1BBFAB;
}
.AnyTagClassName
{
color: #1BBFAB;
}
</style>
background-color css
<style>
a { background-color: #1BBFAB; }
a { background-color: rgb(27,191,171); }
div.DivClassName
{
background-color: #1BBFAB;
}
.BgClassName
{
background-color: #1BBFAB;
}
</style>
border-color css
<style>
span { border-color: #1BBFAB; }
span { border-color: rgb(27,191,171); }
td.TdClassName
{
border-color: #1BBFAB;
}
.TagClassName
{
border-color: #1BBFAB;
}
</style>