#78D1A5

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

Shades of Medium Aquamarine #78D1A5

Tints of Medium Aquamarine #78D1A5

Color information

#78D1A5 (or 0x78D1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D1 and A5. RGB value is (120,209,165). Sum of RGB (Red+Green+Blue) = 120+209+165=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D1A5 is #872E5A. Grayscale: #B1B1B1. Windows color (decimal): -8859227 or 10867064. OLE color: 10867064.

HSL color Cylindrical-coordinate representation of color #78D1A5: hue angle of 150.34º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1A5 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB120209165-
CMYK0.4300.210.18
HSL150.34º49.17%64.51%-
HSV(B)150.34º42.58%81.96%-
XYZ37.3452.3143.73-
YUV177.37121.0187.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=24.29%
G=42.31%
B=33.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091650.4300.210.18150.3449.1764.51
Hex78D1A52B01512963141
Octal170321245530252222661101
Binary1111000110100011010010110101101010110010100101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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