Html Css Color HEX #77EAAC Medium Aquamarine

📋 copy color: '#77EAAC'

red 119 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #77EAAC

Tints of Medium Aquamarine #77EAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 22.67%
G = 44.57%
B = 32.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#77EAAC (or 0x77EAAC) is known color: Medium Aquamarine. HEX triplet: 77, EA and AC. RGB value is (119,234,172). Sum of RGB (Red+Green+Blue) = 119+234+172=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAAC is #881553. Grayscale: #C0C0C0. Windows color (decimal): -8918356 or 11332215. OLE color: 11332215.

HSL color Cylindrical-coordinate representation of color #77EAAC: hue angle of 147.65º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAAC is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 172 -
CMYK 0.49 0 0.26 0.08
HSL 147.65º 0.73% 0.69% -
HSV(B) 147.65º 0.49% 0.92% -
XYZ 44.48 65.75 49.38 -
YUV 192.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 119 234 172 0.49 0 0.26 0.08 147.65 0.73 0.69
Hex 77 EA AC 31 0 1A 8 94 49 45
Octal 167 352 254 61 0 32 10 224 111 105
Binary 1110111 11101010 10101100 110001 0 11010 1000 10010100 1001001 1000101

Color Harmonies of #77EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAAC

Black with #77EAAC

Text Example


Text Example

White with #77EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,234,172); }

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

background-color css

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

 a { background-color: rgb(119,234,172); }

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

border-color css

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

 span { border-color: rgb(119,234,172); }

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