#78D5AE

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

Shades of Medium Aquamarine #78D5AE

Tints of Medium Aquamarine #78D5AE

Color information

#78D5AE (or 0x78D5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D5 and AE. RGB value is (120,213,174). Sum of RGB (Red+Green+Blue) = 120+213+174=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D5AE is #872A51. Grayscale: #B4B4B4. Windows color (decimal): -8858194 or 11457912. OLE color: 11457912.

HSL color Cylindrical-coordinate representation of color #78D5AE: hue angle of 154.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D5AE is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB120213174-
CMYK0.4400.180.16
HSL154.84º52.54%65.29%-
HSV(B)154.84º43.66%83.53%-
XYZ39.1854.6448.53-
YUV180.75124.1984.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=23.67%
G=42.01%
B=34.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202131740.4400.180.16154.8452.5465.29
Hex78D5AE2C012109b3541
Octal170325256540222023365101
Binary1111000110101011010111010110001001010000100110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,213,174); }

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

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

 a { background-color: rgb(120,213,174); }

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

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

 span { border-color: rgb(120,213,174); }

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