Shades of Light Sea Green #2ABDB3
Tints of Light Sea Green #2ABDB3
RGB
CMYK
RGB Variations
Color information
#2ABDB3 (or 0x2ABDB3) is known color: Light Sea Green. HEX triplet: 2A, BD and B3. RGB value is (42,189,179). Sum of RGB (Red+Green+Blue) = 42+189+179=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDB3 is #D5424C. Grayscale: #8F8F8F. Windows color (decimal): -13976141 or 11779370. OLE color: 11779370.
HSL color Cylindrical-coordinate representation of color #2ABDB3: hue angle of 175.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABDB3 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 179 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.26 |
| HSL | 175.92º | 0.64% | 0.45% | - |
| HSV(B) | 175.92º | 0.78% | 0.74% | - |
| XYZ | 27.29 | 40.14 | 48.96 | - |
| YUV | 143.91 | 147.8 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 179 | 0.78 | 0 | 0.05 | 0.26 | 175.92 | 0.64 | 0.45 |
| Hex | 2A | BD | B3 | 4E | 0 | 5 | 1A | B0 | 40 | 2D |
| Octal | 52 | 275 | 263 | 116 | 0 | 5 | 32 | 260 | 100 | 55 |
| Binary | 101010 | 10111101 | 10110011 | 1001110 | 0 | 101 | 11010 | 10110000 | 1000000 | 101101 |
Color Harmonies of #2ABDB3
Complementary color
Monochromatic Colors of #2ABDB3
Black with #2ABDB3
Text Example
Text Example
White with #2ABDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDB3; }
p { color: rgb(42,189,179); }
H1.HeaderClassName
{
color: #2ABDB3;
}
.AnyTagClassName
{
color: #2ABDB3;
}
</style>
background-color css
<style>
a { background-color: #2ABDB3; }
a { background-color: rgb(42,189,179); }
div.DivClassName
{
background-color: #2ABDB3;
}
.BgClassName
{
background-color: #2ABDB3;
}
</style>
border-color css
<style>
span { border-color: #2ABDB3; }
span { border-color: rgb(42,189,179); }
td.TdClassName
{
border-color: #2ABDB3;
}
.TagClassName
{
border-color: #2ABDB3;
}
</style>