#78E2AA

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

Shades of Medium Aquamarine #78E2AA

Tints of Medium Aquamarine #78E2AA

Color information

#78E2AA (or 0x78E2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 78, E2 and AA. RGB value is (120,226,170). Sum of RGB (Red+Green+Blue) = 120+226+170=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E2AA is #871D55. Grayscale: #BCBCBC. Windows color (decimal): -8854870 or 11199096. OLE color: 11199096.

HSL color Cylindrical-coordinate representation of color #78E2AA: hue angle of 148.3º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E2AA is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB120226170-
CMYK0.4700.250.11
HSL148.3º64.63%67.84%-
HSV(B)148.3º46.9%88.63%-
XYZ42.261.2947.64-
YUV187.92117.8879.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=23.26%
G=43.80%
B=32.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202261700.4700.250.11148.364.6367.84
Hex78E2AA2F019B944144
Octal1703422525703113224101104
Binary1111000111000101010101010111101100110111001010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E2AA; }

 p { color: rgb(120,226,170); }

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

<style>
 a { background-color: #78E2AA; }

 a { background-color: rgb(120,226,170); }

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

<style>
 span { border-color: #78E2AA; }

 span { border-color: rgb(120,226,170); }

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