Html Css Color HEX #77EADB Aquamarine

📋 copy color: '#77EADB'

red 119 ◦ green 234 ◦ blue 219

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

Shades of Aquamarine #77EADB

Tints of Aquamarine #77EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.91%

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

R = 20.8%
G = 40.91%
B = 38.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#77EADB (or 0x77EADB) is known color: Aquamarine. HEX triplet: 77, EA and DB. RGB value is (119,234,219). Sum of RGB (Red+Green+Blue) = 119+234+219=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #77EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EADB is #881524. Grayscale: #C5C5C5. Windows color (decimal): -8918309 or 14412407. OLE color: 14412407.

HSL color Cylindrical-coordinate representation of color #77EADB: hue angle of 172.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EADB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 219 -
CMYK 0.49 0 0.06 0.08
HSL 172.17º 0.73% 0.69% -
HSV(B) 172.17º 0.49% 0.92% -
XYZ 49.82 67.88 77.49 -
YUV 197.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 119 234 219 0.49 0 0.06 0.08 172.17 0.73 0.69
Hex 77 EA DB 31 0 6 8 AC 49 45
Octal 167 352 333 61 0 6 10 254 111 105
Binary 1110111 11101010 11011011 110001 0 110 1000 10101100 1001001 1000101

Color Harmonies of #77EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EADB

Black with #77EADB

Text Example


Text Example

White with #77EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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