#77EED7

Color #77EED7 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #77EED7

Tints of Aquamarine #77EED7

Color information

#77EED7 (or 0x77EED7) is unknown color: approx Aquamarine. HEX triplet: 77, EE and D7. RGB value is (119,238,215). Sum of RGB (Red+Green+Blue) = 119+238+215=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #77EED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EED7 is #881128. Grayscale: #C7C7C7. Windows color (decimal): -8917289 or 14151287. OLE color: 14151287.

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

Color convert

RGB119238215-
CMYK0.5000.100.07
HSL168.4º77.78%70%-
HSV(B)168.4º50%93.33%-
XYZ50.4569.9875.14-
YUV199.8136.5870.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.80%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=20.80%
G=41.61%
B=37.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192382150.5000.100.07168.477.7870
Hex77EED7320A7a84e46
Octal167356327620127250116106
Binary11101111110111011010111110010010101111010100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77EED7;
 }
 .AnyTagClassName
 {
   color: #77EED7;
 }
</style>
background-color css

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

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

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

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

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

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