Html Css Color HEX #77EECC Aquamarine

📋 copy color: '#77EECC'

red 119 ◦ green 238 ◦ blue 204

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

Shades of Aquamarine #77EECC

Tints of Aquamarine #77EECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 21.21%
G = 42.42%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#77EECC (or 0x77EECC) is known color: Aquamarine. HEX triplet: 77, EE and CC. RGB value is (119,238,204). Sum of RGB (Red+Green+Blue) = 119+238+204=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #77EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EECC is #881133. Grayscale: #C6C6C6. Windows color (decimal): -8917300 or 13430391. OLE color: 13430391.

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

Color convert

RGB 119 238 204 -
CMYK 0.50 0 0.14 0.07
HSL 162.86º 0.78% 0.7% -
HSV(B) 162.86º 0.5% 0.93% -
XYZ 49.08 69.43 67.94 -
YUV 198.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 119 238 204 0.50 0 0.14 0.07 162.86 0.78 0.7
Hex 77 EE CC 32 0 E 7 A3 4E 46
Octal 167 356 314 62 0 16 7 243 116 106
Binary 1110111 11101110 11001100 110010 0 1110 111 10100011 1001110 1000110

Color Harmonies of #77EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EECC

Black with #77EECC

Text Example


Text Example

White with #77EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,238,204); }

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

background-color css

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

 a { background-color: rgb(119,238,204); }

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

border-color css

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

 span { border-color: rgb(119,238,204); }

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