Shades of Light Sea Green #2BB2A8
Tints of Light Sea Green #2BB2A8
RGB
CMYK
RGB Variations
Color information
#2BB2A8 (or 0x2BB2A8) is known color: Light Sea Green. HEX triplet: 2B, B2 and A8. RGB value is (43,178,168). Sum of RGB (Red+Green+Blue) = 43+178+168=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB2A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB2A8 is #D44D57. Grayscale: #888888. Windows color (decimal): -13913432 or 11055659. OLE color: 11055659.
HSL color Cylindrical-coordinate representation of color #2BB2A8: hue angle of 175.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB2A8 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 168 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.30 |
| HSL | 175.56º | 0.61% | 0.43% | - |
| HSV(B) | 175.56º | 0.76% | 0.7% | - |
| XYZ | 23.98 | 35.18 | 42.57 | - |
| YUV | 136.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 168 | 0.76 | 0 | 0.06 | 0.30 | 175.56 | 0.61 | 0.43 |
| Hex | 2B | B2 | A8 | 4C | 0 | 6 | 1E | B0 | 3D | 2B |
| Octal | 53 | 262 | 250 | 114 | 0 | 6 | 36 | 260 | 75 | 53 |
| Binary | 101011 | 10110010 | 10101000 | 1001100 | 0 | 110 | 11110 | 10110000 | 111101 | 101011 |
Color Harmonies of #2BB2A8
Complementary color
Monochromatic Colors of #2BB2A8
Black with #2BB2A8
Text Example
Text Example
White with #2BB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB2A8; }
p { color: rgb(43,178,168); }
H1.HeaderClassName
{
color: #2BB2A8;
}
.AnyTagClassName
{
color: #2BB2A8;
}
</style>
background-color css
<style>
a { background-color: #2BB2A8; }
a { background-color: rgb(43,178,168); }
div.DivClassName
{
background-color: #2BB2A8;
}
.BgClassName
{
background-color: #2BB2A8;
}
</style>
border-color css
<style>
span { border-color: #2BB2A8; }
span { border-color: rgb(43,178,168); }
td.TdClassName
{
border-color: #2BB2A8;
}
.TagClassName
{
border-color: #2BB2A8;
}
</style>