#78F5B3

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

Shades of Aquamarine #78F5B3

Tints of Aquamarine #78F5B3

Color information

#78F5B3 (or 0x78F5B3) is unknown color: approx Aquamarine. HEX triplet: 78, F5 and B3. RGB value is (120,245,179). Sum of RGB (Red+Green+Blue) = 120+245+179=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #78F5B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F5B3 is #870A4C. Grayscale: #C8C8C8. Windows color (decimal): -8849997 or 11793784. OLE color: 11793784.

HSL color Cylindrical-coordinate representation of color #78F5B3: hue angle of 148.32º 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 #78F5B3 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB120245179-
CMYK0.5100.270.04
HSL148.32º86.21%71.57%-
HSV(B)148.32º51.02%96.08%-
XYZ48.5372.5554.09-
YUV200.1116.0970.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.06%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=22.06%
G=45.04%
B=32.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202451790.5100.270.04148.3286.2171.57
Hex78F5B33301B4945648
Octal170365263630334224126110
Binary111100011110101101100111100110110111001001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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