#78CCA7

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

Shades of Medium Aquamarine #78CCA7

Tints of Medium Aquamarine #78CCA7

Color information

#78CCA7 (or 0x78CCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CC and A7. RGB value is (120,204,167). Sum of RGB (Red+Green+Blue) = 120+204+167=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCA7 is #873358. Grayscale: #AEAEAE. Windows color (decimal): -8860505 or 10996856. OLE color: 10996856.

HSL color Cylindrical-coordinate representation of color #78CCA7: hue angle of 153.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCA7 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB120204167-
CMYK0.4100.180.2
HSL153.57º45.16%63.53%-
HSV(B)153.57º41.18%80%-
XYZ36.3149.9744.29-
YUV174.67123.6789.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=24.44%
G=41.55%
B=34.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041670.4100.180.2153.5745.1663.53
Hex78CCA729012149a2d40
Octal170314247510222423255100
Binary1111000110011001010011110100101001010100100110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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