Html Css Color HEX #77EED1 Aquamarine

📋 copy color: '#77EED1'

red 119 ◦ green 238 ◦ blue 209

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

Shades of Aquamarine #77EED1

Tints of Aquamarine #77EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.05%

 BLUE value IS 209 (82.03% from 255) = 36.93%

R = 21.02%
G = 42.05%
B = 36.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#77EED1 (or 0x77EED1) is known color: Aquamarine. HEX triplet: 77, EE and D1. RGB value is (119,238,209). Sum of RGB (Red+Green+Blue) = 119+238+209=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #77EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EED1 is #88112E. Grayscale: #C7C7C7. Windows color (decimal): -8917295 or 13758071. OLE color: 13758071.

HSL color Cylindrical-coordinate representation of color #77EED1: hue angle of 165.38º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EED1 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 238 209 -
CMYK 0.50 0 0.12 0.07
HSL 165.38º 0.78% 0.7% -
HSV(B) 165.38º 0.5% 0.93% -
XYZ 49.69 69.67 71.15 -
YUV 199.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 119 238 209 0.50 0 0.12 0.07 165.38 0.78 0.7
Hex 77 EE D1 32 0 C 7 A5 4E 46
Octal 167 356 321 62 0 14 7 245 116 106
Binary 1110111 11101110 11010001 110010 0 1100 111 10100101 1001110 1000110

Color Harmonies of #77EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EED1

Black with #77EED1

Text Example


Text Example

White with #77EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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