Html Css Color HEX #77EDD9 Aquamarine

📋 copy color: '#77EDD9'

red 119 ◦ green 237 ◦ blue 217

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

Shades of Aquamarine #77EDD9

Tints of Aquamarine #77EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 20.77%
G = 41.36%
B = 37.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#77EDD9 (or 0x77EDD9) is known color: Aquamarine. HEX triplet: 77, ED and D9. RGB value is (119,237,217). Sum of RGB (Red+Green+Blue) = 119+237+217=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDD9 is #881226. Grayscale: #C7C7C7. Windows color (decimal): -8917543 or 14282103. OLE color: 14282103.

HSL color Cylindrical-coordinate representation of color #77EDD9: hue angle of 169.83º degrees, saturation: 0.77, 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 #77EDD9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 237 217 -
CMYK 0.50 0 0.08 0.07
HSL 169.83º 0.77% 0.7% -
HSV(B) 169.83º 0.5% 0.93% -
XYZ 50.42 69.5 76.4 -
YUV 199.44 137.91 70.63 -
System Red Green Blue C M Y K H S L
Decimal 119 237 217 0.50 0 0.08 0.07 169.83 0.77 0.7
Hex 77 ED D9 32 0 8 7 AA 4D 46
Octal 167 355 331 62 0 10 7 252 115 106
Binary 1110111 11101101 11011001 110010 0 1000 111 10101010 1001101 1000110

Color Harmonies of #77EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EDD9

Black with #77EDD9

Text Example


Text Example

White with #77EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,237,217); }

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

background-color css

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

 a { background-color: rgb(119,237,217); }

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

border-color css

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

 span { border-color: rgb(119,237,217); }

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