#2BB97A

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

Shades of Medium Sea Green #2BB97A

Tints of Medium Sea Green #2BB97A

Color information

#2BB97A (or 0x2BB97A) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B9 and 7A. RGB value is (43,185,122). Sum of RGB (Red+Green+Blue) = 43+185+122=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB97A is #D44685. Grayscale: #878787. Windows color (decimal): -13911686 or 8042795. OLE color: 8042795.

HSL color Cylindrical-coordinate representation of color #2BB97A: hue angle of 153.38º 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 #2BB97A is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB43185122-
CMYK0.7700.340.27
HSL153.38º62.28%44.71%-
HSV(B)153.38º76.76%72.55%-
XYZ21.8636.6224.33-
YUV135.36120.4662.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 185 (72.66% from 255) = 52.86%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=12.29%
G=52.86%
B=34.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851220.7700.340.27153.3862.2844.71
Hex2BB97A4D0221B993e2d
Octal53271172115042332317655
Binary101011101110011111010100110101000101101110011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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