#78F4BD

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

Shades of Aquamarine #78F4BD

Tints of Aquamarine #78F4BD

Color information

#78F4BD (or 0x78F4BD) is unknown color: approx Aquamarine. HEX triplet: 78, F4 and BD. RGB value is (120,244,189). Sum of RGB (Red+Green+Blue) = 120+244+189=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #78F4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F4BD is #870B42. Grayscale: #C8C8C8. Windows color (decimal): -8850243 or 12448888. OLE color: 12448888.

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

Color convert

RGB120244189-
CMYK0.5100.230.04
HSL153.39º84.93%71.37%-
HSV(B)153.39º50.82%95.69%-
XYZ49.2872.3759.52-
YUV200.65121.4270.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.70%
GREEN value IS 244 (95.70% from 255) = 44.12%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=21.70%
G=44.12%
B=34.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202441890.5100.230.04153.3984.9371.37
Hex78F4BD330174995547
Octal170364275630274231125107
Binary111100011110100101111011100110101111001001100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,244,189); }

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

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

 a { background-color: rgb(120,244,189); }

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

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

 span { border-color: rgb(120,244,189); }

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