Html Css Color HEX #77DFAF Medium Aquamarine

📋 copy color: '#77DFAF'

red 119 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #77DFAF

Tints of Medium Aquamarine #77DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 23.02%
G = 43.13%
B = 33.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#77DFAF (or 0x77DFAF) is known color: Medium Aquamarine. HEX triplet: 77, DF and AF. RGB value is (119,223,175). Sum of RGB (Red+Green+Blue) = 119+223+175=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DFAF is #882050. Grayscale: #BABABA. Windows color (decimal): -8921169 or 11526007. OLE color: 11526007.

HSL color Cylindrical-coordinate representation of color #77DFAF: hue angle of 152.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DFAF is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 223 175 -
CMYK 0.47 0 0.22 0.13
HSL 152.31º 0.62% 0.67% -
HSV(B) 152.31º 0.47% 0.87% -
XYZ 41.73 59.79 49.9 -
YUV 186.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 119 223 175 0.47 0 0.22 0.13 152.31 0.62 0.67
Hex 77 DF AF 2F 0 16 D 98 3E 43
Octal 167 337 257 57 0 26 15 230 76 103
Binary 1110111 11011111 10101111 101111 0 10110 1101 10011000 111110 1000011

Color Harmonies of #77DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFAF

Black with #77DFAF

Text Example


Text Example

White with #77DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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