Html Css Color HEX #2BBA77 Medium Sea Green

📋 copy color: '#2BBA77'

red 43 ◦ green 186 ◦ blue 119

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

Shades of Medium Sea Green #2BBA77

Tints of Medium Sea Green #2BBA77

RGB

 RED value IS 43 (17.19% from 255) = 12.36%

 GREEN value IS 186 (73.05% from 255) = 53.45%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 12.36%
G = 53.45%
B = 34.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#2BBA77 (or 0x2BBA77) is known color: Medium Sea Green. HEX triplet: 2B, BA and 77. RGB value is (43,186,119). Sum of RGB (Red+Green+Blue) = 43+186+119=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA77 is #D44588. Grayscale: #878787. Windows color (decimal): -13911433 or 7846443. OLE color: 7846443.

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

Color convert

RGB 43 186 119 -
CMYK 0.77 0 0.36 0.27
HSL 151.89º 0.62% 0.45% -
HSV(B) 151.89º 0.77% 0.73% -
XYZ 21.88 36.96 23.43 -
YUV 135.61 118.62 61.95 -
System Red Green Blue C M Y K H S L
Decimal 43 186 119 0.77 0 0.36 0.27 151.89 0.62 0.45
Hex 2B BA 77 4D 0 24 1B 98 3E 2D
Octal 53 272 167 115 0 44 33 230 76 55
Binary 101011 10111010 1110111 1001101 0 100100 11011 10011000 111110 101101

Color Harmonies of #2BBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA77

Black with #2BBA77

Text Example


Text Example

White with #2BBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,186,119); }

 H1.HeaderClassName
 {
   color: #2BBA77;
 }
 .AnyTagClassName
 {
   color: #2BBA77;
 }
</style>

background-color css

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

 a { background-color: rgb(43,186,119); }

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

border-color css

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

 span { border-color: rgb(43,186,119); }

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