#78CCA1

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

Shades of Medium Aquamarine #78CCA1

Tints of Medium Aquamarine #78CCA1

Color information

#78CCA1 (or 0x78CCA1) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CC and A1. RGB value is (120,204,161). Sum of RGB (Red+Green+Blue) = 120+204+161=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCA1 is #87335E. Grayscale: #AEAEAE. Windows color (decimal): -8860511 or 10603640. OLE color: 10603640.

HSL color Cylindrical-coordinate representation of color #78CCA1: hue angle of 149.29º degrees, saturation: 0.45, 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 #78CCA1 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB120204161-
CMYK0.4100.210.2
HSL149.29º45.16%63.53%-
HSV(B)149.29º41.18%80%-
XYZ35.7749.7541.44-
YUV173.98120.6789.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.74%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=24.74%
G=42.06%
B=33.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041610.4100.210.2149.2945.1663.53
Hex78CCA12901514952d40
Octal170314241510252422555100
Binary1111000110011001010000110100101010110100100101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,161); }

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

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

 a { background-color: rgb(120,204,161); }

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

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

 span { border-color: rgb(120,204,161); }

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