#2BB96A

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

Shades of Medium Sea Green #2BB96A

Tints of Medium Sea Green #2BB96A

Color information

#2BB96A (or 0x2BB96A) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B9 and 6A. RGB value is (43,185,106). Sum of RGB (Red+Green+Blue) = 43+185+106=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB96A is #D44695. Grayscale: #858585. Windows color (decimal): -13911702 or 6994219. OLE color: 6994219.

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

Color convert

RGB43185106-
CMYK0.7700.430.27
HSL146.62º62.28%44.71%-
HSV(B)146.62º76.76%72.55%-
XYZ20.9536.2519.53-
YUV133.54112.4663.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 185 (72.66% from 255) = 55.39%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=12.87%
G=55.39%
B=31.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851060.7700.430.27146.6262.2844.71
Hex2BB96A4D02B1B933e2d
Octal53271152115053332237655
Binary101011101110011101010100110101010111101110010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,106); }

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

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

 a { background-color: rgb(43,185,106); }

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

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

 span { border-color: rgb(43,185,106); }

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