Shades of Light Sea Green #2AB4B1
Tints of Light Sea Green #2AB4B1
RGB
CMYK
RGB Variations
Color information
#2AB4B1 (or 0x2AB4B1) is known color: Light Sea Green. HEX triplet: 2A, B4 and B1. RGB value is (42,180,177). Sum of RGB (Red+Green+Blue) = 42+180+177=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB4B1 is #D54B4E. Grayscale: #8A8A8A. Windows color (decimal): -13978447 or 11645994. OLE color: 11645994.
HSL color Cylindrical-coordinate representation of color #2AB4B1: hue angle of 178.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB4B1 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 177 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.29 |
| HSL | 178.7º | 0.62% | 0.44% | - |
| HSV(B) | 178.7º | 0.77% | 0.71% | - |
| XYZ | 25.21 | 36.31 | 47.27 | - |
| YUV | 138.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 177 | 0.77 | 0 | 0.02 | 0.29 | 178.7 | 0.62 | 0.44 |
| Hex | 2A | B4 | B1 | 4D | 0 | 2 | 1D | B3 | 3E | 2C |
| Octal | 52 | 264 | 261 | 115 | 0 | 2 | 35 | 263 | 76 | 54 |
| Binary | 101010 | 10110100 | 10110001 | 1001101 | 0 | 10 | 11101 | 10110011 | 111110 | 101100 |
Color Harmonies of #2AB4B1
Complementary color
Monochromatic Colors of #2AB4B1
Black with #2AB4B1
Text Example
Text Example
White with #2AB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB4B1; }
p { color: rgb(42,180,177); }
H1.HeaderClassName
{
color: #2AB4B1;
}
.AnyTagClassName
{
color: #2AB4B1;
}
</style>
background-color css
<style>
a { background-color: #2AB4B1; }
a { background-color: rgb(42,180,177); }
div.DivClassName
{
background-color: #2AB4B1;
}
.BgClassName
{
background-color: #2AB4B1;
}
</style>
border-color css
<style>
span { border-color: #2AB4B1; }
span { border-color: rgb(42,180,177); }
td.TdClassName
{
border-color: #2AB4B1;
}
.TagClassName
{
border-color: #2AB4B1;
}
</style>