#2BBF76

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

Shades of Medium Sea Green #2BBF76

Tints of Medium Sea Green #2BBF76

Color information

#2BBF76 (or 0x2BBF76) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BF and 76. RGB value is (43,191,118). Sum of RGB (Red+Green+Blue) = 43+191+118=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF76 is #D44089. Grayscale: #8A8A8A. Windows color (decimal): -13910154 or 7782187. OLE color: 7782187.

HSL color Cylindrical-coordinate representation of color #2BBF76: hue angle of 150.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF76 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB43191118-
CMYK0.7700.380.25
HSL150.41º63.25%45.88%-
HSV(B)150.41º77.49%74.9%-
XYZ22.939.0823.48-
YUV138.43116.4759.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.22%
GREEN value IS 191 (75% from 255) = 54.26%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=12.22%
G=54.26%
B=33.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431911180.7700.380.25150.4163.2545.88
Hex2BBF764D02619963f2e
Octal53277166115046312267756
Binary101011101111111110110100110101001101100110010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,191,118); }

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

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

 a { background-color: rgb(43,191,118); }

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

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

 span { border-color: rgb(43,191,118); }

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