#78DBA4

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

Shades of Medium Aquamarine #78DBA4

Tints of Medium Aquamarine #78DBA4

Color information

#78DBA4 (or 0x78DBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 78, DB and A4. RGB value is (120,219,164). Sum of RGB (Red+Green+Blue) = 120+219+164=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA4 is #87245B. Grayscale: #B7B7B7. Windows color (decimal): -8856668 or 10804088. OLE color: 10804088.

HSL color Cylindrical-coordinate representation of color #78DBA4: hue angle of 146.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBA4 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB120219164-
CMYK0.4500.250.14
HSL146.67º57.89%66.47%-
HSV(B)146.67º45.21%85.88%-
XYZ39.7857.3444.09-
YUV183.13117.282.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.86%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=23.86%
G=43.54%
B=32.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202191640.4500.250.14146.6757.8966.47
Hex78DBA42D019E933a42
Octal170333244550311622372102
Binary111100011011011101001001011010110011110100100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,219,164); }

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

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

 a { background-color: rgb(120,219,164); }

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

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

 span { border-color: rgb(120,219,164); }

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