Html Css Color HEX #77E2B0 Medium Aquamarine

📋 copy color: '#77E2B0'

red 119 ◦ green 226 ◦ blue 176

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

Shades of Medium Aquamarine #77E2B0

Tints of Medium Aquamarine #77E2B0

RGB

 RED value IS 119 (46.88% from 255) = 22.84%

 GREEN value IS 226 (88.67% from 255) = 43.38%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 22.84%
G = 43.38%
B = 33.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#77E2B0 (or 0x77E2B0) is known color: Medium Aquamarine. HEX triplet: 77, E2 and B0. RGB value is (119,226,176). Sum of RGB (Red+Green+Blue) = 119+226+176=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #77E2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E2B0 is #881D4F. Grayscale: #BCBCBC. Windows color (decimal): -8920400 or 11592311. OLE color: 11592311.

HSL color Cylindrical-coordinate representation of color #77E2B0: hue angle of 151.96º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E2B0 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 226 176 -
CMYK 0.47 0 0.22 0.11
HSL 151.96º 0.65% 0.68% -
HSV(B) 151.96º 0.47% 0.89% -
XYZ 42.64 61.45 50.69 -
YUV 188.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 119 226 176 0.47 0 0.22 0.11 151.96 0.65 0.68
Hex 77 E2 B0 2F 0 16 B 98 41 44
Octal 167 342 260 57 0 26 13 230 101 104
Binary 1110111 11100010 10110000 101111 0 10110 1011 10011000 1000001 1000100

Color Harmonies of #77E2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E2B0

Black with #77E2B0

Text Example


Text Example

White with #77E2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77E2B0; }

 p { color: rgb(119,226,176); }

 H1.HeaderClassName
 {
   color: #77E2B0;
 }
 .AnyTagClassName
 {
   color: #77E2B0;
 }
</style>

background-color css

<style>
 a { background-color: #77E2B0; }

 a { background-color: rgb(119,226,176); }

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

border-color css

<style>
 span { border-color: #77E2B0; }

 span { border-color: rgb(119,226,176); }

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