Shades of Light Sea Green #2BB9AC
Tints of Light Sea Green #2BB9AC
RGB
CMYK
RGB Variations
Color information
#2BB9AC (or 0x2BB9AC) is known color: Light Sea Green. HEX triplet: 2B, B9 and AC. RGB value is (43,185,172). Sum of RGB (Red+Green+Blue) = 43+185+172=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB9AC is #D44653. Grayscale: #8C8C8C. Windows color (decimal): -13911636 or 11319595. OLE color: 11319595.
HSL color Cylindrical-coordinate representation of color #2BB9AC: hue angle of 174.51º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB9AC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 172 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.27 |
| HSL | 174.51º | 0.62% | 0.45% | - |
| HSV(B) | 174.51º | 0.77% | 0.73% | - |
| XYZ | 25.79 | 38.19 | 45.04 | - |
| YUV | 141.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 172 | 0.77 | 0 | 0.07 | 0.27 | 174.51 | 0.62 | 0.45 |
| Hex | 2B | B9 | AC | 4D | 0 | 7 | 1B | AF | 3E | 2D |
| Octal | 53 | 271 | 254 | 115 | 0 | 7 | 33 | 257 | 76 | 55 |
| Binary | 101011 | 10111001 | 10101100 | 1001101 | 0 | 111 | 11011 | 10101111 | 111110 | 101101 |
Color Harmonies of #2BB9AC
Complementary color
Monochromatic Colors of #2BB9AC
Black with #2BB9AC
Text Example
Text Example
White with #2BB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB9AC; }
p { color: rgb(43,185,172); }
H1.HeaderClassName
{
color: #2BB9AC;
}
.AnyTagClassName
{
color: #2BB9AC;
}
</style>
background-color css
<style>
a { background-color: #2BB9AC; }
a { background-color: rgb(43,185,172); }
div.DivClassName
{
background-color: #2BB9AC;
}
.BgClassName
{
background-color: #2BB9AC;
}
</style>
border-color css
<style>
span { border-color: #2BB9AC; }
span { border-color: rgb(43,185,172); }
td.TdClassName
{
border-color: #2BB9AC;
}
.TagClassName
{
border-color: #2BB9AC;
}
</style>