Shades of Light Sea Green #2BAB9E
Tints of Light Sea Green #2BAB9E
RGB
CMYK
RGB Variations
Color information
#2BAB9E (or 0x2BAB9E) is known color: Light Sea Green. HEX triplet: 2B, AB and 9E. RGB value is (43,171,158). Sum of RGB (Red+Green+Blue) = 43+171+158=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB9E is #D45461. Grayscale: #838383. Windows color (decimal): -13915234 or 10398507. OLE color: 10398507.
HSL color Cylindrical-coordinate representation of color #2BAB9E: hue angle of 173.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB9E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 158 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.33 |
| HSL | 173.91º | 0.6% | 0.42% | - |
| HSV(B) | 173.91º | 0.75% | 0.67% | - |
| XYZ | 21.73 | 32.11 | 37.4 | - |
| YUV | 131.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 158 | 0.75 | 0 | 0.08 | 0.33 | 173.91 | 0.6 | 0.42 |
| Hex | 2B | AB | 9E | 4B | 0 | 8 | 21 | AE | 3C | 2A |
| Octal | 53 | 253 | 236 | 113 | 0 | 10 | 41 | 256 | 74 | 52 |
| Binary | 101011 | 10101011 | 10011110 | 1001011 | 0 | 1000 | 100001 | 10101110 | 111100 | 101010 |
Color Harmonies of #2BAB9E
Complementary color
Monochromatic Colors of #2BAB9E
Black with #2BAB9E
Text Example
Text Example
White with #2BAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB9E; }
p { color: rgb(43,171,158); }
H1.HeaderClassName
{
color: #2BAB9E;
}
.AnyTagClassName
{
color: #2BAB9E;
}
</style>
background-color css
<style>
a { background-color: #2BAB9E; }
a { background-color: rgb(43,171,158); }
div.DivClassName
{
background-color: #2BAB9E;
}
.BgClassName
{
background-color: #2BAB9E;
}
</style>
border-color css
<style>
span { border-color: #2BAB9E; }
span { border-color: rgb(43,171,158); }
td.TdClassName
{
border-color: #2BAB9E;
}
.TagClassName
{
border-color: #2BAB9E;
}
</style>