#78CDA4

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

Shades of Medium Aquamarine #78CDA4

Tints of Medium Aquamarine #78CDA4

Color information

#78CDA4 (or 0x78CDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CD and A4. RGB value is (120,205,164). Sum of RGB (Red+Green+Blue) = 120+205+164=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CDA4 is #87325B. Grayscale: #AEAEAE. Windows color (decimal): -8860252 or 10800504. OLE color: 10800504.

HSL color Cylindrical-coordinate representation of color #78CDA4: hue angle of 151.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDA4 is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB120205164-
CMYK0.4100.20.20
HSL151.06º45.95%63.73%-
HSV(B)151.06º41.46%80.39%-
XYZ36.2850.3442.93-
YUV174.91121.8488.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=24.54%
G=41.92%
B=33.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051640.4100.20.20151.0645.9563.73
Hex78CDA42901414972e40
Octal170315244510242422756100
Binary1111000110011011010010010100101010010100100101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,164); }

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

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

 a { background-color: rgb(120,205,164); }

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

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

 span { border-color: rgb(120,205,164); }

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