Shades of Light Sea Green #2BB6A3
Tints of Light Sea Green #2BB6A3
RGB
CMYK
RGB Variations
Color information
#2BB6A3 (or 0x2BB6A3) is known color: Light Sea Green. HEX triplet: 2B, B6 and A3. RGB value is (43,182,163). Sum of RGB (Red+Green+Blue) = 43+182+163=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB6A3 is #D4495C. Grayscale: #8A8A8A. Windows color (decimal): -13912413 or 10729003. OLE color: 10729003.
HSL color Cylindrical-coordinate representation of color #2BB6A3: hue angle of 171.8º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB6A3 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 163 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.29 |
| HSL | 171.8º | 0.62% | 0.44% | - |
| HSV(B) | 171.8º | 0.76% | 0.71% | - |
| XYZ | 24.34 | 36.61 | 40.43 | - |
| YUV | 138.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 163 | 0.76 | 0 | 0.10 | 0.29 | 171.8 | 0.62 | 0.44 |
| Hex | 2B | B6 | A3 | 4C | 0 | A | 1D | AC | 3E | 2C |
| Octal | 53 | 266 | 243 | 114 | 0 | 12 | 35 | 254 | 76 | 54 |
| Binary | 101011 | 10110110 | 10100011 | 1001100 | 0 | 1010 | 11101 | 10101100 | 111110 | 101100 |
Color Harmonies of #2BB6A3
Complementary color
Monochromatic Colors of #2BB6A3
Black with #2BB6A3
Text Example
Text Example
White with #2BB6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB6A3; }
p { color: rgb(43,182,163); }
H1.HeaderClassName
{
color: #2BB6A3;
}
.AnyTagClassName
{
color: #2BB6A3;
}
</style>
background-color css
<style>
a { background-color: #2BB6A3; }
a { background-color: rgb(43,182,163); }
div.DivClassName
{
background-color: #2BB6A3;
}
.BgClassName
{
background-color: #2BB6A3;
}
</style>
border-color css
<style>
span { border-color: #2BB6A3; }
span { border-color: rgb(43,182,163); }
td.TdClassName
{
border-color: #2BB6A3;
}
.TagClassName
{
border-color: #2BB6A3;
}
</style>