Html Css Color HEX #77CDA0 Medium Aquamarine

📋 copy color: '#77CDA0'

red 119 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #77CDA0

Tints of Medium Aquamarine #77CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

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

R = 24.59%
G = 42.36%
B = 33.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#77CDA0 (or 0x77CDA0) is known color: Medium Aquamarine. HEX triplet: 77, CD and A0. RGB value is (119,205,160). Sum of RGB (Red+Green+Blue) = 119+205+160=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA0 is #88325F. Grayscale: #AEAEAE. Windows color (decimal): -8925792 or 10538359. OLE color: 10538359.

HSL color Cylindrical-coordinate representation of color #77CDA0: hue angle of 148.6º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDA0 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 160 -
CMYK 0.42 0 0.22 0.20
HSL 148.6º 0.46% 0.64% -
HSV(B) 148.6º 0.42% 0.8% -
XYZ 35.78 50.12 41.05 -
YUV 174.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 119 205 160 0.42 0 0.22 0.20 148.6 0.46 0.64
Hex 77 CD A0 2A 0 16 14 95 2E 40
Octal 167 315 240 52 0 26 24 225 56 100
Binary 1110111 11001101 10100000 101010 0 10110 10100 10010101 101110 1000000

Color Harmonies of #77CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDA0

Black with #77CDA0

Text Example


Text Example

White with #77CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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