Html Css Color HEX #77CAA0 Medium Aquamarine

📋 copy color: '#77CAA0'

red 119 ◦ green 202 ◦ blue 160

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

Shades of Medium Aquamarine #77CAA0

Tints of Medium Aquamarine #77CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 24.74%
G = 42%
B = 33.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#77CAA0 (or 0x77CAA0) is known color: Medium Aquamarine. HEX triplet: 77, CA and A0. RGB value is (119,202,160). Sum of RGB (Red+Green+Blue) = 119+202+160=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAA0 is #88355F. Grayscale: #ACACAC. Windows color (decimal): -8926560 or 10537591. OLE color: 10537591.

HSL color Cylindrical-coordinate representation of color #77CAA0: hue angle of 149.64º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAA0 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 160 -
CMYK 0.41 0 0.21 0.21
HSL 149.64º 0.44% 0.63% -
HSV(B) 149.64º 0.41% 0.79% -
XYZ 35.07 48.7 40.81 -
YUV 172.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 119 202 160 0.41 0 0.21 0.21 149.64 0.44 0.63
Hex 77 CA A0 29 0 15 15 96 2C 3F
Octal 167 312 240 51 0 25 25 226 54 77
Binary 1110111 11001010 10100000 101001 0 10101 10101 10010110 101100 111111

Color Harmonies of #77CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CAA0

Black with #77CAA0

Text Example


Text Example

White with #77CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,160); }

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

background-color css

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

 a { background-color: rgb(119,202,160); }

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

border-color css

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

 span { border-color: rgb(119,202,160); }

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