#78F7CA

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

Shades of Aquamarine #78F7CA

Tints of Aquamarine #78F7CA

Color information

#78F7CA (or 0x78F7CA) is unknown color: approx Aquamarine. HEX triplet: 78, F7 and CA. RGB value is (120,247,202). Sum of RGB (Red+Green+Blue) = 120+247+202=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F7CA is #870835. Grayscale: #CBCBCB. Windows color (decimal): -8849462 or 13301624. OLE color: 13301624.

HSL color Cylindrical-coordinate representation of color #78F7CA: hue angle of 158.74º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F7CA is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB120247202-
CMYK0.5100.180.03
HSL158.74º88.81%71.96%-
HSV(B)158.74º51.42%96.86%-
XYZ51.6774.7867.59-
YUV203.9126.9268.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.09%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=21.09%
G=43.41%
B=35.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202472020.5100.180.03158.7488.8171.96
Hex78F7CA3301239f5948
Octal170367312630223237131110
Binary11110001111011111001010110011010010111001111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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