Html Css Color HEX #77ECCC Aquamarine

📋 copy color: '#77ECCC'

red 119 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #77ECCC

Tints of Aquamarine #77ECCC

RGB

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

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

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

R = 21.29%
G = 42.22%
B = 36.49%

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

#77ECCC (or 0x77ECCC) is known color: Aquamarine. HEX triplet: 77, EC and CC. RGB value is (119,236,204). Sum of RGB (Red+Green+Blue) = 119+236+204=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECCC is #881333. Grayscale: #C5C5C5. Windows color (decimal): -8917812 or 13429879. OLE color: 13429879.

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

Color convert

RGB 119 236 204 -
CMYK 0.50 0 0.14 0.07
HSL 163.59º 0.75% 0.7% -
HSV(B) 163.59º 0.5% 0.93% -
XYZ 48.5 68.27 67.75 -
YUV 197.37 131.74 72.1 -
System Red Green Blue C M Y K H S L
Decimal 119 236 204 0.50 0 0.14 0.07 163.59 0.75 0.7
Hex 77 EC CC 32 0 E 7 A4 4B 46
Octal 167 354 314 62 0 16 7 244 113 106
Binary 1110111 11101100 11001100 110010 0 1110 111 10100100 1001011 1000110

Color Harmonies of #77ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECCC

Black with #77ECCC

Text Example


Text Example

White with #77ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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