#78E9DA

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

Shades of Aquamarine #78E9DA

Tints of Aquamarine #78E9DA

Color information

#78E9DA (or 0x78E9DA) is unknown color: approx Aquamarine. HEX triplet: 78, E9 and DA. RGB value is (120,233,218). Sum of RGB (Red+Green+Blue) = 120+233+218=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9DA is #871625. Grayscale: #C5C5C5. Windows color (decimal): -8853030 or 14346616. OLE color: 14346616.

HSL color Cylindrical-coordinate representation of color #78E9DA: hue angle of 172.04º 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 #78E9DA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB120233218-
CMYK0.4800.060.09
HSL172.04º71.97%69.22%-
HSV(B)172.04º48.5%91.37%-
XYZ49.5467.3376.72-
YUV197.5139.5672.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.02%
GREEN value IS 233 (91.41% from 255) = 40.81%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=21.02%
G=40.81%
B=38.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202332180.4800.060.09172.0471.9769.22
Hex78E9DA30069ac4845
Octal170351332600611254110105
Binary11110001110100111011010110000011010011010110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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