#78E9D8

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

Shades of Aquamarine #78E9D8

Tints of Aquamarine #78E9D8

Color information

#78E9D8 (or 0x78E9D8) is unknown color: approx Aquamarine. HEX triplet: 78, E9 and D8. RGB value is (120,233,216). Sum of RGB (Red+Green+Blue) = 120+233+216=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9D8 is #871627. Grayscale: #C5C5C5. Windows color (decimal): -8853032 or 14215544. OLE color: 14215544.

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

Color convert

RGB120233216-
CMYK0.4800.070.09
HSL170.97º71.97%69.22%-
HSV(B)170.97º48.5%91.37%-
XYZ49.2867.2375.34-
YUV197.27138.5672.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.09%
GREEN value IS 233 (91.41% from 255) = 40.95%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=21.09%
G=40.95%
B=37.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202332160.4800.070.09170.9771.9769.22
Hex78E9D830079ab4845
Octal170351330600711253110105
Binary11110001110100111011000110000011110011010101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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