#78E5B2

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

Shades of Medium Aquamarine #78E5B2

Tints of Medium Aquamarine #78E5B2

Color information

#78E5B2 (or 0x78E5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 78, E5 and B2. RGB value is (120,229,178). Sum of RGB (Red+Green+Blue) = 120+229+178=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #78E5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E5B2 is #871A4D. Grayscale: #BEBEBE. Windows color (decimal): -8854094 or 11724152. OLE color: 11724152.

HSL color Cylindrical-coordinate representation of color #78E5B2: hue angle of 151.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E5B2 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB120229178-
CMYK0.4800.220.10
HSL151.93º67.7%68.43%-
HSV(B)151.93º47.6%89.8%-
XYZ43.863.2552.02-
YUV190.6120.8977.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.77%
GREEN value IS 229 (89.84% from 255) = 43.45%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=22.77%
G=43.45%
B=33.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1202291780.4800.220.10151.9367.768.43
Hex78E5B230016A984444
Octal1703452626002612230104104
Binary1111000111001011011001011000001011010101001100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,229,178); }

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

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

 a { background-color: rgb(120,229,178); }

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

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

 span { border-color: rgb(120,229,178); }

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