Html Css Color HEX #77C5A5 Medium Aquamarine

📋 copy color: '#77C5A5'

red 119 ◦ green 197 ◦ blue 165

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

Shades of Medium Aquamarine #77C5A5

Tints of Medium Aquamarine #77C5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 24.74%
G = 40.96%
B = 34.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#77C5A5 (or 0x77C5A5) is known color: Medium Aquamarine. HEX triplet: 77, C5 and A5. RGB value is (119,197,165). Sum of RGB (Red+Green+Blue) = 119+197+165=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C5A5 is #883A5A. Grayscale: #AAAAAA. Windows color (decimal): -8927835 or 10863991. OLE color: 10863991.

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

Color convert

RGB 119 197 165 -
CMYK 0.40 0 0.16 0.23
HSL 155.38º 0.4% 0.62% -
HSV(B) 155.38º 0.4% 0.77% -
XYZ 34.37 46.57 42.78 -
YUV 170.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 119 197 165 0.40 0 0.16 0.23 155.38 0.4 0.62
Hex 77 C5 A5 28 0 10 17 9B 28 3E
Octal 167 305 245 50 0 20 27 233 50 76
Binary 1110111 11000101 10100101 101000 0 10000 10111 10011011 101000 111110

Color Harmonies of #77C5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C5A5

Black with #77C5A5

Text Example


Text Example

White with #77C5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,197,165); }

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

background-color css

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

 a { background-color: rgb(119,197,165); }

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

border-color css

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

 span { border-color: rgb(119,197,165); }

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