#78D9AB

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

Shades of Medium Aquamarine #78D9AB

Tints of Medium Aquamarine #78D9AB

Color information

#78D9AB (or 0x78D9AB) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D9 and AB. RGB value is (120,217,171). Sum of RGB (Red+Green+Blue) = 120+217+171=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D9AB is #872654. Grayscale: #B6B6B6. Windows color (decimal): -8857173 or 11262328. OLE color: 11262328.

HSL color Cylindrical-coordinate representation of color #78D9AB: hue angle of 151.55º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D9AB is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB120217171-
CMYK0.4500.210.15
HSL151.55º56.07%66.08%-
HSV(B)151.55º44.7%85.1%-
XYZ39.9156.5647.34-
YUV182.75121.3683.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.62%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=23.62%
G=42.72%
B=33.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171710.4500.210.15151.5556.0766.08
Hex78D9AB2D015F983842
Octal170331253550251723070102
Binary111100011011001101010111011010101011111100110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,171); }

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

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

 a { background-color: rgb(120,217,171); }

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

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

 span { border-color: rgb(120,217,171); }

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