#78CEA0

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

Shades of Medium Aquamarine #78CEA0

Tints of Medium Aquamarine #78CEA0

Color information

#78CEA0 (or 0x78CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CE and A0. RGB value is (120,206,160). Sum of RGB (Red+Green+Blue) = 120+206+160=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CEA0 is #87315F. Grayscale: #AFAFAF. Windows color (decimal): -8860000 or 10538616. OLE color: 10538616.

HSL color Cylindrical-coordinate representation of color #78CEA0: hue angle of 147.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB120206160-
CMYK0.4200.220.19
HSL147.91º46.74%63.92%-
HSV(B)147.91º41.75%80.78%-
XYZ36.1650.6741.13-
YUV175.04119.5188.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=24.69%
G=42.39%
B=32.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202061600.4200.220.19147.9146.7463.92
Hex78CEA02A01613942f40
Octal170316240520262322457100
Binary1111000110011101010000010101001011010011100101001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,206,160); }

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

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

 a { background-color: rgb(120,206,160); }

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

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

 span { border-color: rgb(120,206,160); }

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