#78D9AC

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

Shades of Medium Aquamarine #78D9AC

Tints of Medium Aquamarine #78D9AC

Color information

#78D9AC (or 0x78D9AC) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D9 and AC. RGB value is (120,217,172). Sum of RGB (Red+Green+Blue) = 120+217+172=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D9AC is #872653. Grayscale: #B6B6B6. Windows color (decimal): -8857172 or 11327864. OLE color: 11327864.

HSL color Cylindrical-coordinate representation of color #78D9AC: hue angle of 152.16º 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 #78D9AC is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB120217172-
CMYK0.4500.210.15
HSL152.16º56.07%66.08%-
HSV(B)152.16º44.7%85.1%-
XYZ4056.647.85-
YUV182.87121.8683.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=23.58%
G=42.63%
B=33.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171720.4500.210.15152.1656.0766.08
Hex78D9AC2D015F983842
Octal170331254550251723070102
Binary111100011011001101011001011010101011111100110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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