Shades of Medium Sea Green #2BB564
Tints of Medium Sea Green #2BB564
RGB
CMYK
RGB Variations
Color information
#2BB564 (or 0x2BB564) is known color: Medium Sea Green. HEX triplet: 2B, B5 and 64. RGB value is (43,181,100). Sum of RGB (Red+Green+Blue) = 43+181+100=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB564 is #D44A9B. Grayscale: #828282. Windows color (decimal): -13912732 or 6599979. OLE color: 6599979.
HSL color Cylindrical-coordinate representation of color #2BB564: hue angle of 144.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB564 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 100 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.29 |
| HSL | 144.78º | 0.62% | 0.44% | - |
| HSV(B) | 144.78º | 0.76% | 0.71% | - |
| XYZ | 19.82 | 34.48 | 17.67 | - |
| YUV | 130.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 100 | 0.76 | 0 | 0.45 | 0.29 | 144.78 | 0.62 | 0.44 |
| Hex | 2B | B5 | 64 | 4C | 0 | 2D | 1D | 91 | 3E | 2C |
| Octal | 53 | 265 | 144 | 114 | 0 | 55 | 35 | 221 | 76 | 54 |
| Binary | 101011 | 10110101 | 1100100 | 1001100 | 0 | 101101 | 11101 | 10010001 | 111110 | 101100 |
Color Harmonies of #2BB564
Complementary color
Monochromatic Colors of #2BB564
Black with #2BB564
Text Example
Text Example
White with #2BB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB564; }
p { color: rgb(43,181,100); }
H1.HeaderClassName
{
color: #2BB564;
}
.AnyTagClassName
{
color: #2BB564;
}
</style>
background-color css
<style>
a { background-color: #2BB564; }
a { background-color: rgb(43,181,100); }
div.DivClassName
{
background-color: #2BB564;
}
.BgClassName
{
background-color: #2BB564;
}
</style>
border-color css
<style>
span { border-color: #2BB564; }
span { border-color: rgb(43,181,100); }
td.TdClassName
{
border-color: #2BB564;
}
.TagClassName
{
border-color: #2BB564;
}
</style>