Html Css Color HEX #77EAC9 Aquamarine

📋 copy color: '#77EAC9'

red 119 ◦ green 234 ◦ blue 201

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

Shades of Aquamarine #77EAC9

Tints of Aquamarine #77EAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 21.48%
G = 42.24%
B = 36.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#77EAC9 (or 0x77EAC9) is known color: Aquamarine. HEX triplet: 77, EA and C9. RGB value is (119,234,201). Sum of RGB (Red+Green+Blue) = 119+234+201=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAC9 is #881536. Grayscale: #C3C3C3. Windows color (decimal): -8918327 or 13232759. OLE color: 13232759.

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

Color convert

RGB 119 234 201 -
CMYK 0.49 0 0.14 0.08
HSL 162.78º 0.73% 0.69% -
HSV(B) 162.78º 0.49% 0.92% -
XYZ 47.57 66.98 65.68 -
YUV 195.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 119 234 201 0.49 0 0.14 0.08 162.78 0.73 0.69
Hex 77 EA C9 31 0 E 8 A3 49 45
Octal 167 352 311 61 0 16 10 243 111 105
Binary 1110111 11101010 11001001 110001 0 1110 1000 10100011 1001001 1000101

Color Harmonies of #77EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAC9

Black with #77EAC9

Text Example


Text Example

White with #77EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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