#78F1CA

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

Shades of Aquamarine #78F1CA

Tints of Aquamarine #78F1CA

Color information

#78F1CA (or 0x78F1CA) is unknown color: approx Aquamarine. HEX triplet: 78, F1 and CA. RGB value is (120,241,202). Sum of RGB (Red+Green+Blue) = 120+241+202=563 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.31% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F1CA is #870E35. Grayscale: #C8C8C8. Windows color (decimal): -8850998 or 13300088. OLE color: 13300088.

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

Color convert

RGB120241202-
CMYK0.5000.160.05
HSL160.66º81.21%70.78%-
HSV(B)160.66º50.21%94.51%-
XYZ49.8671.1766.99-
YUV200.37128.9170.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.31%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=21.31%
G=42.81%
B=35.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202412020.5000.160.05160.6681.2170.78
Hex78F1CA320105a15147
Octal170361312620205241121107
Binary111100011110001110010101100100100001011010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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