#78FAE4

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

Shades of Aquamarine #78FAE4

Tints of Aquamarine #78FAE4

Color information

#78FAE4 (or 0x78FAE4) is unknown color: approx Aquamarine. HEX triplet: 78, FA and E4. RGB value is (120,250,228). Sum of RGB (Red+Green+Blue) = 120+250+228=598 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.07% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #78FAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FAE4 is #87051B. Grayscale: #D0D0D0. Windows color (decimal): -8848668 or 15006328. OLE color: 15006328.

HSL color Cylindrical-coordinate representation of color #78FAE4: hue angle of 169.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FAE4 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB120250228-
CMYK0.5200.090.02
HSL169.85º92.86%72.55%-
HSV(B)169.85º52%98.04%-
XYZ55.9377.9785.5-
YUV208.62138.9364.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.07%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 228 (89.45% from 255) = 38.13%
R=20.07%
G=41.81%
B=38.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202502280.5200.090.02169.8592.8672.55
Hex78FAE434092aa5d49
Octal170372344640112252135111
Binary1111000111110101110010011010001001101010101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,250,228); }

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

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

 a { background-color: rgb(120,250,228); }

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

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

 span { border-color: rgb(120,250,228); }

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