Shades of Light Sea Green #2BACB4
Tints of Light Sea Green #2BACB4
RGB
CMYK
RGB Variations
Color information
#2BACB4 (or 0x2BACB4) is known color: Light Sea Green. HEX triplet: 2B, AC and B4. RGB value is (43,172,180). Sum of RGB (Red+Green+Blue) = 43+172+180=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #2BACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACB4 is #D4534B. Grayscale: #868686. Windows color (decimal): -13914956 or 11840555. OLE color: 11840555.
HSL color Cylindrical-coordinate representation of color #2BACB4: hue angle of 183.5º 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 #2BACB4 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 172 | 180 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.29 |
| HSL | 183.5º | 0.61% | 0.44% | - |
| HSV(B) | 183.5º | 0.76% | 0.71% | - |
| XYZ | 23.99 | 33.31 | 48.35 | - |
| YUV | 134.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 180 | 0.76 | 0.04 | 0 | 0.29 | 183.5 | 0.61 | 0.44 |
| Hex | 2B | AC | B4 | 4C | 4 | 0 | 1D | B8 | 3D | 2C |
| Octal | 53 | 254 | 264 | 114 | 4 | 0 | 35 | 270 | 75 | 54 |
| Binary | 101011 | 10101100 | 10110100 | 1001100 | 100 | 0 | 11101 | 10111000 | 111101 | 101100 |
Color Harmonies of #2BACB4
Complementary color
Monochromatic Colors of #2BACB4
Black with #2BACB4
Text Example
Text Example
White with #2BACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACB4; }
p { color: rgb(43,172,180); }
H1.HeaderClassName
{
color: #2BACB4;
}
.AnyTagClassName
{
color: #2BACB4;
}
</style>
background-color css
<style>
a { background-color: #2BACB4; }
a { background-color: rgb(43,172,180); }
div.DivClassName
{
background-color: #2BACB4;
}
.BgClassName
{
background-color: #2BACB4;
}
</style>
border-color css
<style>
span { border-color: #2BACB4; }
span { border-color: rgb(43,172,180); }
td.TdClassName
{
border-color: #2BACB4;
}
.TagClassName
{
border-color: #2BACB4;
}
</style>