Shades of Light Sea Green #2ABDBC
Tints of Light Sea Green #2ABDBC
RGB
CMYK
RGB Variations
Color information
#2ABDBC (or 0x2ABDBC) is known color: Light Sea Green. HEX triplet: 2A, BD and BC. RGB value is (42,189,188). Sum of RGB (Red+Green+Blue) = 42+189+188=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDBC is #D54243. Grayscale: #909090. Windows color (decimal): -13976132 or 12369194. OLE color: 12369194.
HSL color Cylindrical-coordinate representation of color #2ABDBC: hue angle of 179.59º 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 #2ABDBC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 188 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.26 |
| HSL | 179.59º | 0.64% | 0.45% | - |
| HSV(B) | 179.59º | 0.78% | 0.74% | - |
| XYZ | 28.23 | 40.52 | 53.91 | - |
| YUV | 144.93 | 152.3 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 188 | 0.78 | 0 | 0.01 | 0.26 | 179.59 | 0.64 | 0.45 |
| Hex | 2A | BD | BC | 4E | 0 | 1 | 1A | B4 | 40 | 2D |
| Octal | 52 | 275 | 274 | 116 | 0 | 1 | 32 | 264 | 100 | 55 |
| Binary | 101010 | 10111101 | 10111100 | 1001110 | 0 | 1 | 11010 | 10110100 | 1000000 | 101101 |
Color Harmonies of #2ABDBC
Complementary color
Monochromatic Colors of #2ABDBC
Black with #2ABDBC
Text Example
Text Example
White with #2ABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDBC; }
p { color: rgb(42,189,188); }
H1.HeaderClassName
{
color: #2ABDBC;
}
.AnyTagClassName
{
color: #2ABDBC;
}
</style>
background-color css
<style>
a { background-color: #2ABDBC; }
a { background-color: rgb(42,189,188); }
div.DivClassName
{
background-color: #2ABDBC;
}
.BgClassName
{
background-color: #2ABDBC;
}
</style>
border-color css
<style>
span { border-color: #2ABDBC; }
span { border-color: rgb(42,189,188); }
td.TdClassName
{
border-color: #2ABDBC;
}
.TagClassName
{
border-color: #2ABDBC;
}
</style>