#78F1D9

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

Shades of Aquamarine #78F1D9

Tints of Aquamarine #78F1D9

Color information

#78F1D9 (or 0x78F1D9) is unknown color: approx Aquamarine. HEX triplet: 78, F1 and D9. RGB value is (120,241,217). Sum of RGB (Red+Green+Blue) = 120+241+217=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F1D9 is #870E26. Grayscale: #CACACA. Windows color (decimal): -8850983 or 14283128. OLE color: 14283128.

HSL color Cylindrical-coordinate representation of color #78F1D9: hue angle of 168.1º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F1D9 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB120241217-
CMYK0.5000.100.05
HSL168.1º81.21%70.78%-
HSV(B)168.1º50.21%94.51%-
XYZ51.7371.9176.8-
YUV202.08136.4169.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.76%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=20.76%
G=41.70%
B=37.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202412170.5000.100.05168.181.2170.78
Hex78F1D9320A5a85147
Octal170361331620125250121107
Binary11110001111000111011001110010010101011010100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,241,217); }

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

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

 a { background-color: rgb(120,241,217); }

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

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

 span { border-color: rgb(120,241,217); }

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