Html Css Color HEX #77EEC7 Aquamarine

📋 copy color: '#77EEC7'

red 119 ◦ green 238 ◦ blue 199

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

Shades of Aquamarine #77EEC7

Tints of Aquamarine #77EEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 21.4%
G = 42.81%
B = 35.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#77EEC7 (or 0x77EEC7) is known color: Aquamarine. HEX triplet: 77, EE and C7. RGB value is (119,238,199). Sum of RGB (Red+Green+Blue) = 119+238+199=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEC7 is #881138. Grayscale: #C6C6C6. Windows color (decimal): -8917305 or 13102711. OLE color: 13102711.

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

Color convert

RGB 119 238 199 -
CMYK 0.50 0 0.16 0.07
HSL 160.34º 0.78% 0.7% -
HSV(B) 160.34º 0.5% 0.93% -
XYZ 48.49 69.19 64.83 -
YUV 197.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 119 238 199 0.50 0 0.16 0.07 160.34 0.78 0.7
Hex 77 EE C7 32 0 10 7 A0 4E 46
Octal 167 356 307 62 0 20 7 240 116 106
Binary 1110111 11101110 11000111 110010 0 10000 111 10100000 1001110 1000110

Color Harmonies of #77EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EEC7

Black with #77EEC7

Text Example


Text Example

White with #77EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,238,199); }

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

background-color css

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

 a { background-color: rgb(119,238,199); }

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

border-color css

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

 span { border-color: rgb(119,238,199); }

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