#78FAB4

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

Shades of Aquamarine #78FAB4

Tints of Aquamarine #78FAB4

Color information

#78FAB4 (or 0x78FAB4) is unknown color: approx Aquamarine. HEX triplet: 78, FA and B4. RGB value is (120,250,180). Sum of RGB (Red+Green+Blue) = 120+250+180=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #78FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FAB4 is #87054B. Grayscale: #CBCBCB. Windows color (decimal): -8848716 or 11860600. OLE color: 11860600.

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

Color convert

RGB120250180-
CMYK0.5200.280.02
HSL147.69º92.86%72.55%-
HSV(B)147.69º52%98.04%-
XYZ50.1775.6655.14-
YUV203.15114.9368.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.82%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=21.82%
G=45.45%
B=32.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202501800.5200.280.02147.6992.8672.55
Hex78FAB43401C2945d49
Octal170372264640342224135111
Binary11110001111101010110100110100011100101001010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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