Shades of Light Sea Green #1BAB9B
Tints of Light Sea Green #1BAB9B
RGB
CMYK
RGB Variations
Color information
#1BAB9B (or 0x1BAB9B) is known color: Light Sea Green. HEX triplet: 1B, AB and 9B. RGB value is (27,171,155). Sum of RGB (Red+Green+Blue) = 27+171+155=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB9B is #E45464. Grayscale: #7E7E7E. Windows color (decimal): -14963813 or 10201883. OLE color: 10201883.
HSL color Cylindrical-coordinate representation of color #1BAB9B: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB9B is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 155 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.33 |
| HSL | 173.33º | 0.73% | 0.39% | - |
| HSV(B) | 173.33º | 0.84% | 0.67% | - |
| XYZ | 20.93 | 31.73 | 36.03 | - |
| YUV | 126.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 155 | 0.84 | 0 | 0.09 | 0.33 | 173.33 | 0.73 | 0.39 |
| Hex | 1B | AB | 9B | 54 | 0 | 9 | 21 | AD | 49 | 27 |
| Octal | 33 | 253 | 233 | 124 | 0 | 11 | 41 | 255 | 111 | 47 |
| Binary | 11011 | 10101011 | 10011011 | 1010100 | 0 | 1001 | 100001 | 10101101 | 1001001 | 100111 |
Color Harmonies of #1BAB9B
Complementary color
Monochromatic Colors of #1BAB9B
Black with #1BAB9B
Text Example
Text Example
White with #1BAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB9B; }
p { color: rgb(27,171,155); }
H1.HeaderClassName
{
color: #1BAB9B;
}
.AnyTagClassName
{
color: #1BAB9B;
}
</style>
background-color css
<style>
a { background-color: #1BAB9B; }
a { background-color: rgb(27,171,155); }
div.DivClassName
{
background-color: #1BAB9B;
}
.BgClassName
{
background-color: #1BAB9B;
}
</style>
border-color css
<style>
span { border-color: #1BAB9B; }
span { border-color: rgb(27,171,155); }
td.TdClassName
{
border-color: #1BAB9B;
}
.TagClassName
{
border-color: #1BAB9B;
}
</style>