Shades of Light Sea Green #1BB3A1
Tints of Light Sea Green #1BB3A1
RGB
CMYK
RGB Variations
Color information
#1BB3A1 (or 0x1BB3A1) is known color: Light Sea Green. HEX triplet: 1B, B3 and A1. RGB value is (27,179,161). Sum of RGB (Red+Green+Blue) = 27+179+161=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB3A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB3A1 is #E44C5E. Grayscale: #838383. Windows color (decimal): -14961759 or 10597147. OLE color: 10597147.
HSL color Cylindrical-coordinate representation of color #1BB3A1: hue angle of 172.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB3A1 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 161 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.30 |
| HSL | 172.89º | 0.74% | 0.4% | - |
| HSV(B) | 172.89º | 0.85% | 0.7% | - |
| XYZ | 23.01 | 35.05 | 39.27 | - |
| YUV | 131.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 161 | 0.85 | 0 | 0.10 | 0.30 | 172.89 | 0.74 | 0.4 |
| Hex | 1B | B3 | A1 | 55 | 0 | A | 1E | AD | 4A | 28 |
| Octal | 33 | 263 | 241 | 125 | 0 | 12 | 36 | 255 | 112 | 50 |
| Binary | 11011 | 10110011 | 10100001 | 1010101 | 0 | 1010 | 11110 | 10101101 | 1001010 | 101000 |
Color Harmonies of #1BB3A1
Complementary color
Monochromatic Colors of #1BB3A1
Black with #1BB3A1
Text Example
Text Example
White with #1BB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB3A1; }
p { color: rgb(27,179,161); }
H1.HeaderClassName
{
color: #1BB3A1;
}
.AnyTagClassName
{
color: #1BB3A1;
}
</style>
background-color css
<style>
a { background-color: #1BB3A1; }
a { background-color: rgb(27,179,161); }
div.DivClassName
{
background-color: #1BB3A1;
}
.BgClassName
{
background-color: #1BB3A1;
}
</style>
border-color css
<style>
span { border-color: #1BB3A1; }
span { border-color: rgb(27,179,161); }
td.TdClassName
{
border-color: #1BB3A1;
}
.TagClassName
{
border-color: #1BB3A1;
}
</style>