#78FACF

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

Shades of Aquamarine #78FACF

Tints of Aquamarine #78FACF

Color information

#78FACF (or 0x78FACF) is unknown color: approx Aquamarine. HEX triplet: 78, FA and CF. RGB value is (120,250,207). Sum of RGB (Red+Green+Blue) = 120+250+207=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #78FACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FACF is #870530. Grayscale: #CECECE. Windows color (decimal): -8848689 or 13630072. OLE color: 13630072.

HSL color Cylindrical-coordinate representation of color #78FACF: hue angle of 160.15º 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 #78FACF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB120250207-
CMYK0.5200.170.02
HSL160.15º92.86%72.55%-
HSV(B)160.15º52%98.04%-
XYZ53.1976.8771.07-
YUV206.23128.4366.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.80%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=20.80%
G=43.33%
B=35.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202502070.5200.170.02160.1592.8672.55
Hex78FACF340112a05d49
Octal170372317640212240135111
Binary11110001111101011001111110100010001101010000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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