Shades of Light Sea Green #2BB2B4
Tints of Light Sea Green #2BB2B4
RGB
CMYK
RGB Variations
Color information
#2BB2B4 (or 0x2BB2B4) is known color: Light Sea Green. HEX triplet: 2B, B2 and B4. RGB value is (43,178,180). Sum of RGB (Red+Green+Blue) = 43+178+180=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #2BB2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB2B4 is #D44D4B. Grayscale: #898989. Windows color (decimal): -13913420 or 11842091. OLE color: 11842091.
HSL color Cylindrical-coordinate representation of color #2BB2B4: hue angle of 180.88º degrees, saturation: 0.61, 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 #2BB2B4 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 178 | 180 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.29 |
| HSL | 180.88º | 0.61% | 0.44% | - |
| HSV(B) | 180.88º | 0.76% | 0.71% | - |
| XYZ | 25.15 | 35.65 | 48.74 | - |
| YUV | 137.86 | 151.77 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 180 | 0.76 | 0.01 | 0 | 0.29 | 180.88 | 0.61 | 0.44 |
| Hex | 2B | B2 | B4 | 4C | 1 | 0 | 1D | B5 | 3D | 2C |
| Octal | 53 | 262 | 264 | 114 | 1 | 0 | 35 | 265 | 75 | 54 |
| Binary | 101011 | 10110010 | 10110100 | 1001100 | 1 | 0 | 11101 | 10110101 | 111101 | 101100 |
Color Harmonies of #2BB2B4
Complementary color
Monochromatic Colors of #2BB2B4
Black with #2BB2B4
Text Example
Text Example
White with #2BB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB2B4; }
p { color: rgb(43,178,180); }
H1.HeaderClassName
{
color: #2BB2B4;
}
.AnyTagClassName
{
color: #2BB2B4;
}
</style>
background-color css
<style>
a { background-color: #2BB2B4; }
a { background-color: rgb(43,178,180); }
div.DivClassName
{
background-color: #2BB2B4;
}
.BgClassName
{
background-color: #2BB2B4;
}
</style>
border-color css
<style>
span { border-color: #2BB2B4; }
span { border-color: rgb(43,178,180); }
td.TdClassName
{
border-color: #2BB2B4;
}
.TagClassName
{
border-color: #2BB2B4;
}
</style>