Html Css Color HEX #2BBE74 Medium Sea Green

📋 copy color: '#2BBE74'

red 43 ◦ green 190 ◦ blue 116

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

Shades of Medium Sea Green #2BBE74

Tints of Medium Sea Green #2BBE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.44%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 12.32%
G = 54.44%
B = 33.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#2BBE74 (or 0x2BBE74) is known color: Medium Sea Green. HEX triplet: 2B, BE and 74. RGB value is (43,190,116). Sum of RGB (Red+Green+Blue) = 43+190+116=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE74 is #D4418B. Grayscale: #898989. Windows color (decimal): -13910412 or 7650859. OLE color: 7650859.

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

Color convert

RGB 43 190 116 -
CMYK 0.77 0 0.39 0.25
HSL 149.8º 0.63% 0.46% -
HSV(B) 149.8º 0.77% 0.75% -
XYZ 22.56 38.6 22.78 -
YUV 137.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 43 190 116 0.77 0 0.39 0.25 149.8 0.63 0.46
Hex 2B BE 74 4D 0 27 19 96 3F 2E
Octal 53 276 164 115 0 47 31 226 77 56
Binary 101011 10111110 1110100 1001101 0 100111 11001 10010110 111111 101110

Color Harmonies of #2BBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE74

Black with #2BBE74

Text Example


Text Example

White with #2BBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,116); }

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

background-color css

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

 a { background-color: rgb(43,190,116); }

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

border-color css

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

 span { border-color: rgb(43,190,116); }

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