Shades of Light Sea Green #2BABB4
Tints of Light Sea Green #2BABB4
RGB
CMYK
RGB Variations
Color information
#2BABB4 (or 0x2BABB4) is known color: Light Sea Green. HEX triplet: 2B, AB and B4. RGB value is (43,171,180). Sum of RGB (Red+Green+Blue) = 43+171+180=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #2BABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABB4 is #D4544B. Grayscale: #858585. Windows color (decimal): -13915212 or 11840299. OLE color: 11840299.
HSL color Cylindrical-coordinate representation of color #2BABB4: hue angle of 183.94º 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 #2BABB4 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 171 | 180 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.29 |
| HSL | 183.94º | 0.61% | 0.44% | - |
| HSV(B) | 183.94º | 0.76% | 0.71% | - |
| XYZ | 23.8 | 32.93 | 48.28 | - |
| YUV | 133.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 180 | 0.76 | 0.05 | 0 | 0.29 | 183.94 | 0.61 | 0.44 |
| Hex | 2B | AB | B4 | 4C | 5 | 0 | 1D | B8 | 3D | 2C |
| Octal | 53 | 253 | 264 | 114 | 5 | 0 | 35 | 270 | 75 | 54 |
| Binary | 101011 | 10101011 | 10110100 | 1001100 | 101 | 0 | 11101 | 10111000 | 111101 | 101100 |
Color Harmonies of #2BABB4
Complementary color
Monochromatic Colors of #2BABB4
Black with #2BABB4
Text Example
Text Example
White with #2BABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABB4; }
p { color: rgb(43,171,180); }
H1.HeaderClassName
{
color: #2BABB4;
}
.AnyTagClassName
{
color: #2BABB4;
}
</style>
background-color css
<style>
a { background-color: #2BABB4; }
a { background-color: rgb(43,171,180); }
div.DivClassName
{
background-color: #2BABB4;
}
.BgClassName
{
background-color: #2BABB4;
}
</style>
border-color css
<style>
span { border-color: #2BABB4; }
span { border-color: rgb(43,171,180); }
td.TdClassName
{
border-color: #2BABB4;
}
.TagClassName
{
border-color: #2BABB4;
}
</style>