#78D0AA

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

Shades of Medium Aquamarine #78D0AA

Tints of Medium Aquamarine #78D0AA

Color information

#78D0AA (or 0x78D0AA) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D0 and AA. RGB value is (120,208,170). Sum of RGB (Red+Green+Blue) = 120+208+170=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0AA is #872F55. Grayscale: #B1B1B1. Windows color (decimal): -8859478 or 11194488. OLE color: 11194488.

HSL color Cylindrical-coordinate representation of color #78D0AA: hue angle of 154.09º 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 #78D0AA is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB120208170-
CMYK0.4200.180.18
HSL154.09º48.35%64.31%-
HSV(B)154.09º42.31%81.57%-
XYZ37.5652.0146.09-
YUV177.36123.8587.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=24.10%
G=41.77%
B=34.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081700.4200.180.18154.0948.3564.31
Hex78D0AA2A012129a3040
Octal170320252520222223260100
Binary1111000110100001010101010101001001010010100110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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