Html Css Color HEX #2BBF76 Medium Sea Green

📋 copy color: '#2BBF76'

red 43 ◦ green 191 ◦ blue 118

#2BBF76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2BBF76

Tints of Medium Sea Green #2BBF76

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 value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#2BBF76 (or 0x2BBF76) is known color: 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

RGB 43 191 118 -
CMYK 0.77 0 0.38 0.25
HSL 150.41º 0.63% 0.46% -
HSV(B) 150.41º 0.77% 0.75% -
XYZ 22.9 39.08 23.48 -
YUV 138.43 116.47 59.94 -
System Red Green Blue C M Y K H S L
Decimal 43 191 118 0.77 0 0.38 0.25 150.41 0.63 0.46
Hex 2B BF 76 4D 0 26 19 96 3F 2E
Octal 53 277 166 115 0 46 31 226 77 56
Binary 101011 10111111 1110110 1001101 0 100110 11001 10010110 111111 101110

Color Harmonies of #2BBF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF76

Black with #2BBF76

Text Example


Text Example

White with #2BBF76

Text Example


Text Example

HTML Codes & Css Web 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>