#77ECD0

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

Shades of Aquamarine #77ECD0

Tints of Aquamarine #77ECD0

Color information

#77ECD0 (or 0x77ECD0) is unknown color: approx Aquamarine. HEX triplet: 77, EC and D0. RGB value is (119,236,208). Sum of RGB (Red+Green+Blue) = 119+236+208=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECD0 is #88132F. Grayscale: #C5C5C5. Windows color (decimal): -8917808 or 13692023. OLE color: 13692023.

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

Color convert

RGB119236208-
CMYK0.5000.120.07
HSL165.64º75.48%69.61%-
HSV(B)165.64º49.58%92.55%-
XYZ48.9968.4770.31-
YUV197.82133.7471.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.14%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=21.14%
G=41.92%
B=36.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192362080.5000.120.07165.6475.4869.61
Hex77ECD0320C7a64b46
Octal167354320620147246113106
Binary11101111110110011010000110010011001111010011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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