#78CDA6

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

Shades of Medium Aquamarine #78CDA6

Tints of Medium Aquamarine #78CDA6

Color information

#78CDA6 (or 0x78CDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 78, CD and A6. RGB value is (120,205,166). Sum of RGB (Red+Green+Blue) = 120+205+166=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CDA6 is #873259. Grayscale: #AFAFAF. Windows color (decimal): -8860250 or 10931576. OLE color: 10931576.

HSL color Cylindrical-coordinate representation of color #78CDA6: hue angle of 152.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDA6 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB120205166-
CMYK0.4100.190.20
HSL152.47º45.95%63.73%-
HSV(B)152.47º41.46%80.39%-
XYZ36.4650.4143.88-
YUV175.14122.8488.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=24.44%
G=41.75%
B=33.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051660.4100.190.20152.4745.9563.73
Hex78CDA62901314982e40
Octal170315246510232423056100
Binary1111000110011011010011010100101001110100100110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,166); }

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

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

 a { background-color: rgb(120,205,166); }

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

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

 span { border-color: rgb(120,205,166); }

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