#78F5DA

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

Shades of Aquamarine #78F5DA

Tints of Aquamarine #78F5DA

Color information

#78F5DA (or 0x78F5DA) is unknown color: approx Aquamarine. HEX triplet: 78, F5 and DA. RGB value is (120,245,218). Sum of RGB (Red+Green+Blue) = 120+245+218=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #78F5DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F5DA is #870A25. Grayscale: #CCCCCC. Windows color (decimal): -8849958 or 14349688. OLE color: 14349688.

HSL color Cylindrical-coordinate representation of color #78F5DA: hue angle of 167.04º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F5DA is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB120245218-
CMYK0.5100.110.04
HSL167.04º86.21%71.57%-
HSV(B)167.04º51.02%96.08%-
XYZ53.0574.3677.89-
YUV204.55135.5967.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=20.58%
G=42.02%
B=37.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202452180.5100.110.04167.0486.2171.57
Hex78F5DA330B4a75648
Octal170365332630134247126110
Binary11110001111010111011010110011010111001010011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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