Html Css Color HEX #77ECBE Aquamarine

📋 copy color: '#77ECBE'

red 119 ◦ green 236 ◦ blue 190

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

Shades of Aquamarine #77ECBE

Tints of Aquamarine #77ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 21.83%
G = 43.3%
B = 34.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#77ECBE (or 0x77ECBE) is known color: Aquamarine. HEX triplet: 77, EC and BE. RGB value is (119,236,190). Sum of RGB (Red+Green+Blue) = 119+236+190=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECBE is #881341. Grayscale: #C3C3C3. Windows color (decimal): -8917826 or 12512375. OLE color: 12512375.

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

Color convert

RGB 119 236 190 -
CMYK 0.50 0 0.19 0.07
HSL 156.41º 0.75% 0.7% -
HSV(B) 156.41º 0.5% 0.93% -
XYZ 46.9 67.63 59.3 -
YUV 195.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 119 236 190 0.50 0 0.19 0.07 156.41 0.75 0.7
Hex 77 EC BE 32 0 13 7 9C 4B 46
Octal 167 354 276 62 0 23 7 234 113 106
Binary 1110111 11101100 10111110 110010 0 10011 111 10011100 1001011 1000110

Color Harmonies of #77ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECBE

Black with #77ECBE

Text Example


Text Example

White with #77ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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