#78F5CA

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

Shades of Aquamarine #78F5CA

Tints of Aquamarine #78F5CA

Color information

#78F5CA (or 0x78F5CA) is unknown color: approx Aquamarine. HEX triplet: 78, F5 and CA. RGB value is (120,245,202). Sum of RGB (Red+Green+Blue) = 120+245+202=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #78F5CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F5CA is #870A35. Grayscale: #CACACA. Windows color (decimal): -8849974 or 13301112. OLE color: 13301112.

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

Color convert

RGB120245202-
CMYK0.5100.180.04
HSL159.36º86.21%71.57%-
HSV(B)159.36º51.02%96.08%-
XYZ51.0673.5667.38-
YUV202.72127.5969-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.16%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=21.16%
G=43.21%
B=35.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202452020.5100.180.04159.3686.2171.57
Hex78F5CA3301249f5648
Octal170365312630224237126110
Binary111100011110101110010101100110100101001001111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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