Shades of Light Sea Green #2ABDB7
Tints of Light Sea Green #2ABDB7
RGB
CMYK
RGB Variations
Color information
#2ABDB7 (or 0x2ABDB7) is known color: Light Sea Green. HEX triplet: 2A, BD and B7. RGB value is (42,189,183). Sum of RGB (Red+Green+Blue) = 42+189+183=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDB7 is #D54248. Grayscale: #909090. Windows color (decimal): -13976137 or 12041514. OLE color: 12041514.
HSL color Cylindrical-coordinate representation of color #2ABDB7: hue angle of 177.55º 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 #2ABDB7 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 183 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.26 |
| HSL | 177.55º | 0.64% | 0.45% | - |
| HSV(B) | 177.55º | 0.78% | 0.74% | - |
| XYZ | 27.7 | 40.31 | 51.12 | - |
| YUV | 144.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 183 | 0.78 | 0 | 0.03 | 0.26 | 177.55 | 0.64 | 0.45 |
| Hex | 2A | BD | B7 | 4E | 0 | 3 | 1A | B2 | 40 | 2D |
| Octal | 52 | 275 | 267 | 116 | 0 | 3 | 32 | 262 | 100 | 55 |
| Binary | 101010 | 10111101 | 10110111 | 1001110 | 0 | 11 | 11010 | 10110010 | 1000000 | 101101 |
Color Harmonies of #2ABDB7
Complementary color
Monochromatic Colors of #2ABDB7
Black with #2ABDB7
Text Example
Text Example
White with #2ABDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDB7; }
p { color: rgb(42,189,183); }
H1.HeaderClassName
{
color: #2ABDB7;
}
.AnyTagClassName
{
color: #2ABDB7;
}
</style>
background-color css
<style>
a { background-color: #2ABDB7; }
a { background-color: rgb(42,189,183); }
div.DivClassName
{
background-color: #2ABDB7;
}
.BgClassName
{
background-color: #2ABDB7;
}
</style>
border-color css
<style>
span { border-color: #2ABDB7; }
span { border-color: rgb(42,189,183); }
td.TdClassName
{
border-color: #2ABDB7;
}
.TagClassName
{
border-color: #2ABDB7;
}
</style>