Html Css Color HEX #77D1AF Medium Aquamarine

📋 copy color: '#77D1AF'

red 119 ◦ green 209 ◦ blue 175

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

Shades of Medium Aquamarine #77D1AF

Tints of Medium Aquamarine #77D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 23.66%
G = 41.55%
B = 34.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#77D1AF (or 0x77D1AF) is known color: Medium Aquamarine. HEX triplet: 77, D1 and AF. RGB value is (119,209,175). Sum of RGB (Red+Green+Blue) = 119+209+175=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #77D1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D1AF is #882E50. Grayscale: #B2B2B2. Windows color (decimal): -8924753 or 11522423. OLE color: 11522423.

HSL color Cylindrical-coordinate representation of color #77D1AF: hue angle of 157.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D1AF is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 209 175 -
CMYK 0.43 0 0.16 0.18
HSL 157.33º 0.49% 0.64% -
HSV(B) 157.33º 0.43% 0.82% -
XYZ 38.15 52.62 48.7 -
YUV 178.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 119 209 175 0.43 0 0.16 0.18 157.33 0.49 0.64
Hex 77 D1 AF 2B 0 10 12 9D 31 40
Octal 167 321 257 53 0 20 22 235 61 100
Binary 1110111 11010001 10101111 101011 0 10000 10010 10011101 110001 1000000

Color Harmonies of #77D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D1AF

Black with #77D1AF

Text Example


Text Example

White with #77D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,209,175); }

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

background-color css

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

 a { background-color: rgb(119,209,175); }

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

border-color css

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

 span { border-color: rgb(119,209,175); }

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