#78E4A8

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

Shades of Medium Aquamarine #78E4A8

Tints of Medium Aquamarine #78E4A8

Color information

#78E4A8 (or 0x78E4A8) is unknown color: approx Medium Aquamarine. HEX triplet: 78, E4 and A8. RGB value is (120,228,168). Sum of RGB (Red+Green+Blue) = 120+228+168=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #78E4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E4A8 is #871B57. Grayscale: #BCBCBC. Windows color (decimal): -8854360 or 11068536. OLE color: 11068536.

HSL color Cylindrical-coordinate representation of color #78E4A8: hue angle of 146.67º degrees, saturation: 0.67, 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 #78E4A8 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB120228168-
CMYK0.4700.260.11
HSL146.67º66.67%68.24%-
HSV(B)146.67º47.37%89.41%-
XYZ42.5662.3146.83-
YUV188.87116.2278.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=23.26%
G=44.19%
B=32.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202281680.4700.260.11146.6766.6768.24
Hex78E4A82F01AB934344
Octal1703442505703213223103104
Binary1111000111001001010100010111101101010111001001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,228,168); }

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

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

 a { background-color: rgb(120,228,168); }

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

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

 span { border-color: rgb(120,228,168); }

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