Html Css Color HEX #77FEDA Aquamarine

📋 copy color: '#77FEDA'

red 119 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #77FEDA

Tints of Aquamarine #77FEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.98%

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

R = 20.14%
G = 42.98%
B = 36.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#77FEDA (or 0x77FEDA) is known color: Aquamarine. HEX triplet: 77, FE and DA. RGB value is (119,254,218). Sum of RGB (Red+Green+Blue) = 119+254+218=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FEDA is #880125. Grayscale: #D1D1D1. Windows color (decimal): -8913190 or 14351991. OLE color: 14351991.

HSL color Cylindrical-coordinate representation of color #77FEDA: hue angle of 164º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEDA is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 254 218 -
CMYK 0.53 0 0.14 0.00
HSL 164º 0.99% 0.73% -
HSV(B) 164º 0.53% 1% -
XYZ 55.7 79.87 78.81 -
YUV 209.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 119 254 218 0.53 0 0.14 0.00 164 0.99 0.73
Hex 77 FE DA 35 0 E 0 A4 63 49
Octal 167 376 332 65 0 16 0 244 143 111
Binary 1110111 11111110 11011010 110101 0 1110 0 10100100 1100011 1001001

Color Harmonies of #77FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FEDA

Black with #77FEDA

Text Example


Text Example

White with #77FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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