Shades of Light Sea Green #2BAB9D
Tints of Light Sea Green #2BAB9D
RGB
CMYK
RGB Variations
Color information
#2BAB9D (or 0x2BAB9D) is known color: Light Sea Green. HEX triplet: 2B, AB and 9D. RGB value is (43,171,157). Sum of RGB (Red+Green+Blue) = 43+171+157=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB9D is #D45462. Grayscale: #838383. Windows color (decimal): -13915235 or 10332971. OLE color: 10332971.
HSL color Cylindrical-coordinate representation of color #2BAB9D: hue angle of 173.44º 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 #2BAB9D is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 157 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.33 |
| HSL | 173.44º | 0.6% | 0.42% | - |
| HSV(B) | 173.44º | 0.75% | 0.67% | - |
| XYZ | 21.64 | 32.07 | 36.95 | - |
| YUV | 131.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 157 | 0.75 | 0 | 0.08 | 0.33 | 173.44 | 0.6 | 0.42 |
| Hex | 2B | AB | 9D | 4B | 0 | 8 | 21 | AD | 3C | 2A |
| Octal | 53 | 253 | 235 | 113 | 0 | 10 | 41 | 255 | 74 | 52 |
| Binary | 101011 | 10101011 | 10011101 | 1001011 | 0 | 1000 | 100001 | 10101101 | 111100 | 101010 |
Color Harmonies of #2BAB9D
Complementary color
Monochromatic Colors of #2BAB9D
Black with #2BAB9D
Text Example
Text Example
White with #2BAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB9D; }
p { color: rgb(43,171,157); }
H1.HeaderClassName
{
color: #2BAB9D;
}
.AnyTagClassName
{
color: #2BAB9D;
}
</style>
background-color css
<style>
a { background-color: #2BAB9D; }
a { background-color: rgb(43,171,157); }
div.DivClassName
{
background-color: #2BAB9D;
}
.BgClassName
{
background-color: #2BAB9D;
}
</style>
border-color css
<style>
span { border-color: #2BAB9D; }
span { border-color: rgb(43,171,157); }
td.TdClassName
{
border-color: #2BAB9D;
}
.TagClassName
{
border-color: #2BAB9D;
}
</style>