Html Css Color HEX #77ECDC Aquamarine

📋 copy color: '#77ECDC'

red 119 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #77ECDC

Tints of Aquamarine #77ECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 20.7%
G = 41.04%
B = 38.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#77ECDC (or 0x77ECDC) is known color: Aquamarine. HEX triplet: 77, EC and DC. RGB value is (119,236,220). Sum of RGB (Red+Green+Blue) = 119+236+220=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECDC is #881323. Grayscale: #C7C7C7. Windows color (decimal): -8917796 or 14478455. OLE color: 14478455.

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

Color convert

RGB 119 236 220 -
CMYK 0.50 0 0.07 0.07
HSL 171.79º 0.75% 0.7% -
HSV(B) 171.79º 0.5% 0.93% -
XYZ 50.52 69.08 78.38 -
YUV 199.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 119 236 220 0.50 0 0.07 0.07 171.79 0.75 0.7
Hex 77 EC DC 32 0 7 7 AC 4B 46
Octal 167 354 334 62 0 7 7 254 113 106
Binary 1110111 11101100 11011100 110010 0 111 111 10101100 1001011 1000110

Color Harmonies of #77ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECDC

Black with #77ECDC

Text Example


Text Example

White with #77ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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