#78D9A5

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

Shades of Medium Aquamarine #78D9A5

Tints of Medium Aquamarine #78D9A5

Color information

#78D9A5 (or 0x78D9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D9 and A5. RGB value is (120,217,165). Sum of RGB (Red+Green+Blue) = 120+217+165=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D9A5 is #87265A. Grayscale: #B6B6B6. Windows color (decimal): -8857179 or 10869112. OLE color: 10869112.

HSL color Cylindrical-coordinate representation of color #78D9A5: hue angle of 147.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D9A5 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB120217165-
CMYK0.4500.240.15
HSL147.84º56.07%66.08%-
HSV(B)147.84º44.7%85.1%-
XYZ39.3556.3444.4-
YUV182.07118.3683.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.90%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=23.90%
G=43.23%
B=32.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171650.4500.240.15147.8456.0766.08
Hex78D9A52D018F943842
Octal170331245550301722470102
Binary111100011011001101001011011010110001111100101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,165); }

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

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

 a { background-color: rgb(120,217,165); }

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

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

 span { border-color: rgb(120,217,165); }

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