#78F1DE

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

Shades of Aquamarine #78F1DE

Tints of Aquamarine #78F1DE

Color information

#78F1DE (or 0x78F1DE) is unknown color: approx Aquamarine. HEX triplet: 78, F1 and DE. RGB value is (120,241,222). Sum of RGB (Red+Green+Blue) = 120+241+222=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F1DE is #870E21. Grayscale: #CACACA. Windows color (decimal): -8850978 or 14610808. OLE color: 14610808.

HSL color Cylindrical-coordinate representation of color #78F1DE: hue angle of 170.58º 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 #78F1DE is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB120241222-
CMYK0.5000.080.05
HSL170.58º81.21%70.78%-
HSV(B)170.58º50.21%94.51%-
XYZ52.3972.1880.28-
YUV202.65138.9169.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=20.58%
G=41.34%
B=38.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202412220.5000.080.05170.5881.2170.78
Hex78F1DE32085ab5147
Octal170361336620105253121107
Binary11110001111000111011110110010010001011010101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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