Html Css Color HEX #77ECCE Aquamarine

📋 copy color: '#77ECCE'

red 119 ◦ green 236 ◦ blue 206

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

Shades of Aquamarine #77ECCE

Tints of Aquamarine #77ECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 21.21%
G = 42.07%
B = 36.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#77ECCE (or 0x77ECCE) is known color: Aquamarine. HEX triplet: 77, EC and CE. RGB value is (119,236,206). Sum of RGB (Red+Green+Blue) = 119+236+206=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECCE is #881331. Grayscale: #C5C5C5. Windows color (decimal): -8917810 or 13560951. OLE color: 13560951.

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

Color convert

RGB 119 236 206 -
CMYK 0.50 0 0.13 0.07
HSL 164.62º 0.75% 0.7% -
HSV(B) 164.62º 0.5% 0.93% -
XYZ 48.74 68.37 69.02 -
YUV 197.6 132.74 71.94 -
System Red Green Blue C M Y K H S L
Decimal 119 236 206 0.50 0 0.13 0.07 164.62 0.75 0.7
Hex 77 EC CE 32 0 D 7 A5 4B 46
Octal 167 354 316 62 0 15 7 245 113 106
Binary 1110111 11101100 11001110 110010 0 1101 111 10100101 1001011 1000110

Color Harmonies of #77ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECCE

Black with #77ECCE

Text Example


Text Example

White with #77ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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