Shades of Light Sea Green #2AB3B0
Tints of Light Sea Green #2AB3B0
RGB
CMYK
RGB Variations
Color information
#2AB3B0 (or 0x2AB3B0) is known color: Light Sea Green. HEX triplet: 2A, B3 and B0. RGB value is (42,179,176). Sum of RGB (Red+Green+Blue) = 42+179+176=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB3B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB3B0 is #D54C4F. Grayscale: #898989. Windows color (decimal): -13978704 or 11580202. OLE color: 11580202.
HSL color Cylindrical-coordinate representation of color #2AB3B0: hue angle of 178.69º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB3B0 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 176 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.30 |
| HSL | 178.69º | 0.62% | 0.43% | - |
| HSV(B) | 178.69º | 0.77% | 0.7% | - |
| XYZ | 24.91 | 35.87 | 46.68 | - |
| YUV | 137.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 176 | 0.77 | 0 | 0.02 | 0.30 | 178.69 | 0.62 | 0.43 |
| Hex | 2A | B3 | B0 | 4D | 0 | 2 | 1E | B3 | 3E | 2B |
| Octal | 52 | 263 | 260 | 115 | 0 | 2 | 36 | 263 | 76 | 53 |
| Binary | 101010 | 10110011 | 10110000 | 1001101 | 0 | 10 | 11110 | 10110011 | 111110 | 101011 |
Color Harmonies of #2AB3B0
Complementary color
Monochromatic Colors of #2AB3B0
Black with #2AB3B0
Text Example
Text Example
White with #2AB3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB3B0; }
p { color: rgb(42,179,176); }
H1.HeaderClassName
{
color: #2AB3B0;
}
.AnyTagClassName
{
color: #2AB3B0;
}
</style>
background-color css
<style>
a { background-color: #2AB3B0; }
a { background-color: rgb(42,179,176); }
div.DivClassName
{
background-color: #2AB3B0;
}
.BgClassName
{
background-color: #2AB3B0;
}
</style>
border-color css
<style>
span { border-color: #2AB3B0; }
span { border-color: rgb(42,179,176); }
td.TdClassName
{
border-color: #2AB3B0;
}
.TagClassName
{
border-color: #2AB3B0;
}
</style>