#78D5B0

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

Shades of Medium Aquamarine #78D5B0

Tints of Medium Aquamarine #78D5B0

Color information

#78D5B0 (or 0x78D5B0) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D5 and B0. RGB value is (120,213,176). Sum of RGB (Red+Green+Blue) = 120+213+176=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D5B0 is #872A4F. Grayscale: #B5B5B5. Windows color (decimal): -8858192 or 11588984. OLE color: 11588984.

HSL color Cylindrical-coordinate representation of color #78D5B0: hue angle of 156.13º 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 #78D5B0 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB120213176-
CMYK0.4400.170.16
HSL156.13º52.54%65.29%-
HSV(B)156.13º43.66%83.53%-
XYZ39.3854.7249.56-
YUV180.98125.1984.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=23.58%
G=41.85%
B=34.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202131760.4400.170.16156.1352.5465.29
Hex78D5B02C011109c3541
Octal170325260540212023465101
Binary1111000110101011011000010110001000110000100111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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