#78E2AF

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

Shades of Medium Aquamarine #78E2AF

Tints of Medium Aquamarine #78E2AF

Color information

#78E2AF (or 0x78E2AF) is unknown color: approx Medium Aquamarine. HEX triplet: 78, E2 and AF. RGB value is (120,226,175). Sum of RGB (Red+Green+Blue) = 120+226+175=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E2AF is #871D50. Grayscale: #BCBCBC. Windows color (decimal): -8854865 or 11526776. OLE color: 11526776.

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

Color convert

RGB120226175-
CMYK0.4700.230.11
HSL151.13º64.63%67.84%-
HSV(B)151.13º46.9%88.63%-
XYZ42.6861.4850.17-
YUV188.49120.3879.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.03%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=23.03%
G=43.38%
B=33.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202261750.4700.230.11151.1364.6367.84
Hex78E2AF2F017B974144
Octal1703422575702713227101104
Binary1111000111000101010111110111101011110111001011110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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