#78D0A7

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

Shades of Medium Aquamarine #78D0A7

Tints of Medium Aquamarine #78D0A7

Color information

#78D0A7 (or 0x78D0A7) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D0 and A7. RGB value is (120,208,167). Sum of RGB (Red+Green+Blue) = 120+208+167=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0A7 is #872F58. Grayscale: #B1B1B1. Windows color (decimal): -8859481 or 10997880. OLE color: 10997880.

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

Color convert

RGB120208167-
CMYK0.4200.200.18
HSL152.05º48.35%64.31%-
HSV(B)152.05º42.31%81.57%-
XYZ37.2851.8944.61-
YUV177.01122.3587.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=24.24%
G=42.02%
B=33.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081670.4200.200.18152.0548.3564.31
Hex78D0A72A01412983040
Octal170320247520242223060100
Binary1111000110100001010011110101001010010010100110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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