Shades of Light Sea Green #2BB99C
Tints of Light Sea Green #2BB99C
RGB
CMYK
RGB Variations
Color information
#2BB99C (or 0x2BB99C) is known color: Light Sea Green. HEX triplet: 2B, B9 and 9C. RGB value is (43,185,156). Sum of RGB (Red+Green+Blue) = 43+185+156=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB99C is #D44663. Grayscale: #8B8B8B. Windows color (decimal): -13911652 or 10271019. OLE color: 10271019.
HSL color Cylindrical-coordinate representation of color #2BB99C: hue angle of 167.75º 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 #2BB99C is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 156 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.27 |
| HSL | 167.75º | 0.62% | 0.45% | - |
| HSV(B) | 167.75º | 0.77% | 0.73% | - |
| XYZ | 24.35 | 37.61 | 37.43 | - |
| YUV | 139.24 | 137.46 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 156 | 0.77 | 0 | 0.16 | 0.27 | 167.75 | 0.62 | 0.45 |
| Hex | 2B | B9 | 9C | 4D | 0 | 10 | 1B | A8 | 3E | 2D |
| Octal | 53 | 271 | 234 | 115 | 0 | 20 | 33 | 250 | 76 | 55 |
| Binary | 101011 | 10111001 | 10011100 | 1001101 | 0 | 10000 | 11011 | 10101000 | 111110 | 101101 |
Color Harmonies of #2BB99C
Complementary color
Monochromatic Colors of #2BB99C
Black with #2BB99C
Text Example
Text Example
White with #2BB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB99C; }
p { color: rgb(43,185,156); }
H1.HeaderClassName
{
color: #2BB99C;
}
.AnyTagClassName
{
color: #2BB99C;
}
</style>
background-color css
<style>
a { background-color: #2BB99C; }
a { background-color: rgb(43,185,156); }
div.DivClassName
{
background-color: #2BB99C;
}
.BgClassName
{
background-color: #2BB99C;
}
</style>
border-color css
<style>
span { border-color: #2BB99C; }
span { border-color: rgb(43,185,156); }
td.TdClassName
{
border-color: #2BB99C;
}
.TagClassName
{
border-color: #2BB99C;
}
</style>