#78E9D6

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

Shades of Aquamarine #78E9D6

Tints of Aquamarine #78E9D6

Color information

#78E9D6 (or 0x78E9D6) is unknown color: approx Aquamarine. HEX triplet: 78, E9 and D6. RGB value is (120,233,214). Sum of RGB (Red+Green+Blue) = 120+233+214=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9D6 is #871629. Grayscale: #C5C5C5. Windows color (decimal): -8853034 or 14084472. OLE color: 14084472.

HSL color Cylindrical-coordinate representation of color #78E9D6: hue angle of 169.91º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E9D6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB120233214-
CMYK0.4800.080.09
HSL169.91º71.97%69.22%-
HSV(B)169.91º48.5%91.37%-
XYZ49.0267.1373.99-
YUV197.05137.5673.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.16%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=21.16%
G=41.09%
B=37.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202332140.4800.080.09169.9171.9769.22
Hex78E9D630089aa4845
Octal1703513266001011252110105
Binary111100011101001110101101100000100010011010101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,233,214); }

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

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

 a { background-color: rgb(120,233,214); }

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

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

 span { border-color: rgb(120,233,214); }

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