#78C3A2

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

Shades of Medium Aquamarine #78C3A2

Tints of Medium Aquamarine #78C3A2

Color information

#78C3A2 (or 0x78C3A2) is unknown color: approx Medium Aquamarine. HEX triplet: 78, C3 and A2. RGB value is (120,195,162). Sum of RGB (Red+Green+Blue) = 120+195+162=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #78C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C3A2 is #873C5D. Grayscale: #A8A8A8. Windows color (decimal): -8862814 or 10666872. OLE color: 10666872.

HSL color Cylindrical-coordinate representation of color #78C3A2: hue angle of 153.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C3A2 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB120195162-
CMYK0.3800.170.24
HSL153.6º38.46%61.76%-
HSV(B)153.6º38.46%76.47%-
XYZ33.7845.6341.21-
YUV168.81124.1593.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=25.16%
G=40.88%
B=33.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201951620.3800.170.24153.638.4661.76
Hex78C3A226011189a263e
Octal17030324246021302324676
Binary111100011000011101000101001100100011100010011010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,195,162); }

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

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

 a { background-color: rgb(120,195,162); }

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

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

 span { border-color: rgb(120,195,162); }

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