Html Css Color HEX #77ECBD Aquamarine

📋 copy color: '#77ECBD'

red 119 ◦ green 236 ◦ blue 189

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

Shades of Aquamarine #77ECBD

Tints of Aquamarine #77ECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 21.88%
G = 43.38%
B = 34.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#77ECBD (or 0x77ECBD) is known color: Aquamarine. HEX triplet: 77, EC and BD. RGB value is (119,236,189). Sum of RGB (Red+Green+Blue) = 119+236+189=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECBD is #881342. Grayscale: #C3C3C3. Windows color (decimal): -8917827 or 12446839. OLE color: 12446839.

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

Color convert

RGB 119 236 189 -
CMYK 0.50 0 0.20 0.07
HSL 155.9º 0.75% 0.7% -
HSV(B) 155.9º 0.5% 0.93% -
XYZ 46.79 67.59 58.72 -
YUV 195.66 124.24 73.32 -
System Red Green Blue C M Y K H S L
Decimal 119 236 189 0.50 0 0.20 0.07 155.9 0.75 0.7
Hex 77 EC BD 32 0 14 7 9C 4B 46
Octal 167 354 275 62 0 24 7 234 113 106
Binary 1110111 11101100 10111101 110010 0 10100 111 10011100 1001011 1000110

Color Harmonies of #77ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECBD

Black with #77ECBD

Text Example


Text Example

White with #77ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,189); }

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

background-color css

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

 a { background-color: rgb(119,236,189); }

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

border-color css

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

 span { border-color: rgb(119,236,189); }

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