Shades of Light Sea Green #2AB4B3
Tints of Light Sea Green #2AB4B3
RGB
CMYK
RGB Variations
Color information
#2AB4B3 (or 0x2AB4B3) is known color: Light Sea Green. HEX triplet: 2A, B4 and B3. RGB value is (42,180,179). Sum of RGB (Red+Green+Blue) = 42+180+179=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB4B3 is #D54B4C. Grayscale: #8A8A8A. Windows color (decimal): -13978445 or 11777066. OLE color: 11777066.
HSL color Cylindrical-coordinate representation of color #2AB4B3: hue angle of 179.57º 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 #2AB4B3 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 179 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.29 |
| HSL | 179.57º | 0.62% | 0.44% | - |
| HSV(B) | 179.57º | 0.77% | 0.71% | - |
| XYZ | 25.41 | 36.39 | 48.33 | - |
| YUV | 138.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 179 | 0.77 | 0 | 0.01 | 0.29 | 179.57 | 0.62 | 0.44 |
| Hex | 2A | B4 | B3 | 4D | 0 | 1 | 1D | B4 | 3E | 2C |
| Octal | 52 | 264 | 263 | 115 | 0 | 1 | 35 | 264 | 76 | 54 |
| Binary | 101010 | 10110100 | 10110011 | 1001101 | 0 | 1 | 11101 | 10110100 | 111110 | 101100 |
Color Harmonies of #2AB4B3
Complementary color
Monochromatic Colors of #2AB4B3
Black with #2AB4B3
Text Example
Text Example
White with #2AB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB4B3; }
p { color: rgb(42,180,179); }
H1.HeaderClassName
{
color: #2AB4B3;
}
.AnyTagClassName
{
color: #2AB4B3;
}
</style>
background-color css
<style>
a { background-color: #2AB4B3; }
a { background-color: rgb(42,180,179); }
div.DivClassName
{
background-color: #2AB4B3;
}
.BgClassName
{
background-color: #2AB4B3;
}
</style>
border-color css
<style>
span { border-color: #2AB4B3; }
span { border-color: rgb(42,180,179); }
td.TdClassName
{
border-color: #2AB4B3;
}
.TagClassName
{
border-color: #2AB4B3;
}
</style>