Html Css Color HEX #77EDBF Aquamarine

📋 copy color: '#77EDBF'

red 119 ◦ green 237 ◦ blue 191

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

Shades of Aquamarine #77EDBF

Tints of Aquamarine #77EDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.92%

R = 21.76%
G = 43.33%
B = 34.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#77EDBF (or 0x77EDBF) is known color: Aquamarine. HEX triplet: 77, ED and BF. RGB value is (119,237,191). Sum of RGB (Red+Green+Blue) = 119+237+191=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDBF is #881240. Grayscale: #C4C4C4. Windows color (decimal): -8917569 or 12578167. OLE color: 12578167.

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

Color convert

RGB 119 237 191 -
CMYK 0.50 0 0.19 0.07
HSL 156.61º 0.77% 0.7% -
HSV(B) 156.61º 0.5% 0.93% -
XYZ 47.3 68.25 59.97 -
YUV 196.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 119 237 191 0.50 0 0.19 0.07 156.61 0.77 0.7
Hex 77 ED BF 32 0 13 7 9D 4D 46
Octal 167 355 277 62 0 23 7 235 115 106
Binary 1110111 11101101 10111111 110010 0 10011 111 10011101 1001101 1000110

Color Harmonies of #77EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EDBF

Black with #77EDBF

Text Example


Text Example

White with #77EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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