#78CFA7

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

Shades of Medium Aquamarine #78CFA7

Tints of Medium Aquamarine #78CFA7

Color information

#78CFA7 (or 0x78CFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CF and A7. RGB value is (120,207,167). Sum of RGB (Red+Green+Blue) = 120+207+167=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CFA7 is #873058. Grayscale: #B0B0B0. Windows color (decimal): -8859737 or 10997624. OLE color: 10997624.

HSL color Cylindrical-coordinate representation of color #78CFA7: hue angle of 152.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFA7 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB120207167-
CMYK0.4200.190.19
HSL152.41º47.54%64.12%-
HSV(B)152.41º42.03%81.18%-
XYZ37.0351.4144.53-
YUV176.43122.6887.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 207 (81.25% from 255) = 41.90%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=24.29%
G=41.90%
B=33.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202071670.4200.190.19152.4147.5464.12
Hex78CFA72A01313983040
Octal170317247520232323060100
Binary1111000110011111010011110101001001110011100110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,207,167); }

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

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

 a { background-color: rgb(120,207,167); }

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

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

 span { border-color: rgb(120,207,167); }

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