#2BB87A

Color #2BB87A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2BB87A

Tints of Medium Sea Green #2BB87A

Color information

#2BB87A (or 0x2BB87A) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B8 and 7A. RGB value is (43,184,122). Sum of RGB (Red+Green+Blue) = 43+184+122=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB87A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB87A is #D44785. Grayscale: #868686. Windows color (decimal): -13911942 or 8042539. OLE color: 8042539.

HSL color Cylindrical-coordinate representation of color #2BB87A: hue angle of 153.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB87A is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB43184122-
CMYK0.7700.340.28
HSL153.62º62.11%44.51%-
HSV(B)153.62º76.63%72.16%-
XYZ21.6536.224.26-
YUV134.77120.7962.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 12.32%
GREEN value IS 184 (72.27% from 255) = 52.72%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=12.32%
G=52.72%
B=34.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431841220.7700.340.28153.6262.1144.51
Hex2BB87A4D0221C9a3e2d
Octal53270172115042342327655
Binary101011101110001111010100110101000101110010011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BB87A; }

 p { color: rgb(43,184,122); }

 H1.HeaderClassName
 {
   color: #2BB87A;
 }
 .AnyTagClassName
 {
   color: #2BB87A;
 }
</style>
background-color css

<style>
 a { background-color: #2BB87A; }

 a { background-color: rgb(43,184,122); }

 div.DivClassName
 {
   background-color: #2BB87A;
 }
 .BgClassName
 {
   background-color: #2BB87A;
 }
</style>
border-color css

<style>
 span { border-color: #2BB87A; }

 span { border-color: rgb(43,184,122); }

 td.TdClassName
 {
   border-color: #2BB87A;
 }
 .TagClassName
 {
   border-color: #2BB87A;
 }
</style>