Html Css Color HEX #77EAD4 Aquamarine

📋 copy color: '#77EAD4'

red 119 ◦ green 234 ◦ blue 212

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

Shades of Aquamarine #77EAD4

Tints of Aquamarine #77EAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 21.06%
G = 41.42%
B = 37.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#77EAD4 (or 0x77EAD4) is known color: Aquamarine. HEX triplet: 77, EA and D4. RGB value is (119,234,212). Sum of RGB (Red+Green+Blue) = 119+234+212=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAD4 is #88152B. Grayscale: #C5C5C5. Windows color (decimal): -8918316 or 13953655. OLE color: 13953655.

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

Color convert

RGB 119 234 212 -
CMYK 0.49 0 0.09 0.08
HSL 168.52º 0.73% 0.69% -
HSV(B) 168.52º 0.49% 0.92% -
XYZ 48.91 67.52 72.74 -
YUV 197.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 119 234 212 0.49 0 0.09 0.08 168.52 0.73 0.69
Hex 77 EA D4 31 0 9 8 A9 49 45
Octal 167 352 324 61 0 11 10 251 111 105
Binary 1110111 11101010 11010100 110001 0 1001 1000 10101001 1001001 1000101

Color Harmonies of #77EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAD4

Black with #77EAD4

Text Example


Text Example

White with #77EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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