Html Css Color HEX #77EAD0 Aquamarine

📋 copy color: '#77EAD0'

red 119 ◦ green 234 ◦ blue 208

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

Shades of Aquamarine #77EAD0

Tints of Aquamarine #77EAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 21.21%
G = 41.71%
B = 37.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#77EAD0 (or 0x77EAD0) is known color: Aquamarine. HEX triplet: 77, EA and D0. RGB value is (119,234,208). Sum of RGB (Red+Green+Blue) = 119+234+208=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAD0 is #88152F. Grayscale: #C4C4C4. Windows color (decimal): -8918320 or 13691511. OLE color: 13691511.

HSL color Cylindrical-coordinate representation of color #77EAD0: hue angle of 166.43º 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 #77EAD0 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 208 -
CMYK 0.49 0 0.11 0.08
HSL 166.43º 0.73% 0.69% -
HSV(B) 166.43º 0.49% 0.92% -
XYZ 48.42 67.32 70.12 -
YUV 196.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 119 234 208 0.49 0 0.11 0.08 166.43 0.73 0.69
Hex 77 EA D0 31 0 B 8 A6 49 45
Octal 167 352 320 61 0 13 10 246 111 105
Binary 1110111 11101010 11010000 110001 0 1011 1000 10100110 1001001 1000101

Color Harmonies of #77EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAD0

Black with #77EAD0

Text Example


Text Example

White with #77EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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