Html Css Color HEX #77EADA Aquamarine

📋 copy color: '#77EADA'

red 119 ◦ green 234 ◦ blue 218

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

Shades of Aquamarine #77EADA

Tints of Aquamarine #77EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.98%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 20.84%
G = 40.98%
B = 38.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#77EADA (or 0x77EADA) is known color: Aquamarine. HEX triplet: 77, EA and DA. RGB value is (119,234,218). Sum of RGB (Red+Green+Blue) = 119+234+218=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #77EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EADA is #881525. Grayscale: #C5C5C5. Windows color (decimal): -8918310 or 14346871. OLE color: 14346871.

HSL color Cylindrical-coordinate representation of color #77EADA: hue angle of 171.65º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EADA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 218 -
CMYK 0.49 0 0.07 0.08
HSL 171.65º 0.73% 0.69% -
HSV(B) 171.65º 0.49% 0.92% -
XYZ 49.69 67.83 76.8 -
YUV 197.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 119 234 218 0.49 0 0.07 0.08 171.65 0.73 0.69
Hex 77 EA DA 31 0 7 8 AC 49 45
Octal 167 352 332 61 0 7 10 254 111 105
Binary 1110111 11101010 11011010 110001 0 111 1000 10101100 1001001 1000101

Color Harmonies of #77EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EADA

Black with #77EADA

Text Example


Text Example

White with #77EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,234,218); }

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

background-color css

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

 a { background-color: rgb(119,234,218); }

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

border-color css

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

 span { border-color: rgb(119,234,218); }

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