#78D0AB

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

Shades of Medium Aquamarine #78D0AB

Tints of Medium Aquamarine #78D0AB

Color information

#78D0AB (or 0x78D0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 78, D0 and AB. RGB value is (120,208,171). Sum of RGB (Red+Green+Blue) = 120+208+171=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0AB is #872F54. Grayscale: #B1B1B1. Windows color (decimal): -8859477 or 11260024. OLE color: 11260024.

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

Color convert

RGB120208171-
CMYK0.4200.180.18
HSL154.77º48.35%64.31%-
HSV(B)154.77º42.31%81.57%-
XYZ37.6552.0546.59-
YUV177.47124.3587.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.05%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=24.05%
G=41.68%
B=34.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081710.4200.180.18154.7748.3564.31
Hex78D0AB2A012129b3040
Octal170320253520222223360100
Binary1111000110100001010101110101001001010010100110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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