#78D1AB

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

Shades of Medium Aquamarine #78D1AB

Tints of Medium Aquamarine #78D1AB

Color information

#78D1AB (or 0x78D1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D1 and AB. RGB value is (120,209,171). Sum of RGB (Red+Green+Blue) = 120+209+171=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D1AB is #872E54. Grayscale: #B2B2B2. Windows color (decimal): -8859221 or 11260280. OLE color: 11260280.

HSL color Cylindrical-coordinate representation of color #78D1AB: hue angle of 154.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1AB is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB120209171-
CMYK0.4300.180.18
HSL154.38º49.17%64.51%-
HSV(B)154.38º42.58%81.96%-
XYZ37.952.5346.67-
YUV178.06124.0186.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=24%
G=41.8%
B=34.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091710.4300.180.18154.3849.1764.51
Hex78D1AB2B012129a3141
Octal170321253530222223261101
Binary1111000110100011010101110101101001010010100110101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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