Html Css Color HEX #77ECDB Aquamarine

📋 copy color: '#77ECDB'

red 119 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #77ECDB

Tints of Aquamarine #77ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 20.73%
G = 41.11%
B = 38.15%

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

#77ECDB (or 0x77ECDB) is known color: Aquamarine. HEX triplet: 77, EC and DB. RGB value is (119,236,219). Sum of RGB (Red+Green+Blue) = 119+236+219=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECDB is #881324. Grayscale: #C7C7C7. Windows color (decimal): -8917797 or 14412919. OLE color: 14412919.

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

Color convert

RGB 119 236 219 -
CMYK 0.50 0 0.07 0.07
HSL 171.28º 0.75% 0.7% -
HSV(B) 171.28º 0.5% 0.93% -
XYZ 50.39 69.03 77.69 -
YUV 199.08 139.24 70.88 -
System Red Green Blue C M Y K H S L
Decimal 119 236 219 0.50 0 0.07 0.07 171.28 0.75 0.7
Hex 77 EC DB 32 0 7 7 AB 4B 46
Octal 167 354 333 62 0 7 7 253 113 106
Binary 1110111 11101100 11011011 110010 0 111 111 10101011 1001011 1000110

Color Harmonies of #77ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECDB

Black with #77ECDB

Text Example


Text Example

White with #77ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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