#78DAAE

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

Shades of Medium Aquamarine #78DAAE

Tints of Medium Aquamarine #78DAAE

Color information

#78DAAE (or 0x78DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 78, DA and AE. RGB value is (120,218,174). Sum of RGB (Red+Green+Blue) = 120+218+174=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DAAE is #872551. Grayscale: #B7B7B7. Windows color (decimal): -8856914 or 11459192. OLE color: 11459192.

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

Color convert

RGB120218174-
CMYK0.4500.200.15
HSL153.06º56.98%66.27%-
HSV(B)153.06º44.95%85.49%-
XYZ40.4657.1948.95-
YUV183.68122.5382.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=23.44%
G=42.58%
B=33.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181740.4500.200.15153.0656.9866.27
Hex78DAAE2D014F993942
Octal170332256550241723171102
Binary111100011011010101011101011010101001111100110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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