#78CAA4

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

Shades of Medium Aquamarine #78CAA4

Tints of Medium Aquamarine #78CAA4

Color information

#78CAA4 (or 0x78CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CA and A4. RGB value is (120,202,164). Sum of RGB (Red+Green+Blue) = 120+202+164=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #78CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CAA4 is #87355B. Grayscale: #ADADAD. Windows color (decimal): -8861020 or 10799736. OLE color: 10799736.

HSL color Cylindrical-coordinate representation of color #78CAA4: hue angle of 152.2º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CAA4 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB120202164-
CMYK0.4100.190.21
HSL152.2º43.62%63.14%-
HSV(B)152.2º40.59%79.22%-
XYZ35.5748.9142.69-
YUV173.15122.8390.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=24.69%
G=41.56%
B=33.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021640.4100.190.21152.243.6263.14
Hex78CAA42901315982c3f
Octal17031224451023252305477
Binary111100011001010101001001010010100111010110011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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