#78D0A4

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

Shades of Medium Aquamarine #78D0A4

Tints of Medium Aquamarine #78D0A4

Color information

#78D0A4 (or 0x78D0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D0 and A4. RGB value is (120,208,164). Sum of RGB (Red+Green+Blue) = 120+208+164=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0A4 is #872F5B. Grayscale: #B0B0B0. Windows color (decimal): -8859484 or 10801272. OLE color: 10801272.

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

Color convert

RGB120208164-
CMYK0.4200.210.18
HSL150º48.35%64.31%-
HSV(B)150º42.31%81.57%-
XYZ3751.7943.17-
YUV176.67120.8587.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.39%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=24.39%
G=42.28%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081640.4200.210.1815048.3564.31
Hex78D0A42A01512963040
Octal170320244520252222660100
Binary1111000110100001010010010101001010110010100101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,164); }

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

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

 a { background-color: rgb(120,208,164); }

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

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

 span { border-color: rgb(120,208,164); }

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