#78DAB0

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

Shades of Medium Aquamarine #78DAB0

Tints of Medium Aquamarine #78DAB0

Color information

#78DAB0 (or 0x78DAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 78, DA and B0. RGB value is (120,218,176). Sum of RGB (Red+Green+Blue) = 120+218+176=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DAB0 is #87254F. Grayscale: #B7B7B7. Windows color (decimal): -8856912 or 11590264. OLE color: 11590264.

HSL color Cylindrical-coordinate representation of color #78DAB0: hue angle of 154.29º degrees, saturation: 0.57, 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 #78DAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB120218176-
CMYK0.4500.190.15
HSL154.29º56.98%66.27%-
HSV(B)154.29º44.95%85.49%-
XYZ40.6557.2749.99-
YUV183.91123.5382.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.35%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=23.35%
G=42.41%
B=34.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181760.4500.190.15154.2956.9866.27
Hex78DAB02D013F9a3942
Octal170332260550231723271102
Binary111100011011010101100001011010100111111100110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,218,176); }

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

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

 a { background-color: rgb(120,218,176); }

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

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

 span { border-color: rgb(120,218,176); }

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