Shades of Medium Sea Green #2ABB69
Tints of Medium Sea Green #2ABB69
RGB
CMYK
RGB Variations
Color information
#2ABB69 (or 0x2ABB69) is known color: Medium Sea Green. HEX triplet: 2A, BB and 69. RGB value is (42,187,105). Sum of RGB (Red+Green+Blue) = 42+187+105=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB69 is #D54496. Grayscale: #868686. Windows color (decimal): -13976727 or 6929194. OLE color: 6929194.
HSL color Cylindrical-coordinate representation of color #2ABB69: hue angle of 146.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB69 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 105 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.27 |
| HSL | 146.07º | 0.63% | 0.45% | - |
| HSV(B) | 146.07º | 0.78% | 0.73% | - |
| XYZ | 21.27 | 37.05 | 19.4 | - |
| YUV | 134.3 | 111.46 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 105 | 0.78 | 0 | 0.44 | 0.27 | 146.07 | 0.63 | 0.45 |
| Hex | 2A | BB | 69 | 4E | 0 | 2C | 1B | 92 | 3F | 2D |
| Octal | 52 | 273 | 151 | 116 | 0 | 54 | 33 | 222 | 77 | 55 |
| Binary | 101010 | 10111011 | 1101001 | 1001110 | 0 | 101100 | 11011 | 10010010 | 111111 | 101101 |
Color Harmonies of #2ABB69
Complementary color
Monochromatic Colors of #2ABB69
Black with #2ABB69
Text Example
Text Example
White with #2ABB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB69; }
p { color: rgb(42,187,105); }
H1.HeaderClassName
{
color: #2ABB69;
}
.AnyTagClassName
{
color: #2ABB69;
}
</style>
background-color css
<style>
a { background-color: #2ABB69; }
a { background-color: rgb(42,187,105); }
div.DivClassName
{
background-color: #2ABB69;
}
.BgClassName
{
background-color: #2ABB69;
}
</style>
border-color css
<style>
span { border-color: #2ABB69; }
span { border-color: rgb(42,187,105); }
td.TdClassName
{
border-color: #2ABB69;
}
.TagClassName
{
border-color: #2ABB69;
}
</style>