Html Css Color HEX #77C4A1 Medium Aquamarine

📋 copy color: '#77C4A1'

red 119 ◦ green 196 ◦ blue 161

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

Shades of Medium Aquamarine #77C4A1

Tints of Medium Aquamarine #77C4A1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 161 (63.28% from 255) = 33.82%

R = 25%
G = 41.18%
B = 33.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#77C4A1 (or 0x77C4A1) is known color: Medium Aquamarine. HEX triplet: 77, C4 and A1. RGB value is (119,196,161). Sum of RGB (Red+Green+Blue) = 119+196+161=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #77C4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C4A1 is #883B5E. Grayscale: #A9A9A9. Windows color (decimal): -8928095 or 10601591. OLE color: 10601591.

HSL color Cylindrical-coordinate representation of color #77C4A1: hue angle of 152.73º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C4A1 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 196 161 -
CMYK 0.39 0 0.18 0.23
HSL 152.73º 0.39% 0.62% -
HSV(B) 152.73º 0.39% 0.77% -
XYZ 33.78 45.98 40.81 -
YUV 168.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 119 196 161 0.39 0 0.18 0.23 152.73 0.39 0.62
Hex 77 C4 A1 27 0 12 17 99 27 3E
Octal 167 304 241 47 0 22 27 231 47 76
Binary 1110111 11000100 10100001 100111 0 10010 10111 10011001 100111 111110

Color Harmonies of #77C4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C4A1

Black with #77C4A1

Text Example


Text Example

White with #77C4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,196,161); }

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

background-color css

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

 a { background-color: rgb(119,196,161); }

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

border-color css

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

 span { border-color: rgb(119,196,161); }

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