#7CD6AD

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

Shades of Medium Aquamarine #7CD6AD

Tints of Medium Aquamarine #7CD6AD

Color information

#7CD6AD (or 0x7CD6AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D6 and AD. RGB value is (124,214,173). Sum of RGB (Red+Green+Blue) = 124+214+173=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD6AD is #832952. Grayscale: #B6B6B6. Windows color (decimal): -8595795 or 11392636. OLE color: 11392636.

HSL color Cylindrical-coordinate representation of color #7CD6AD: hue angle of 152.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD6AD is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB124214173-
CMYK0.4200.190.16
HSL152.67º52.33%66.27%-
HSV(B)152.67º42.06%83.92%-
XYZ39.955.448.12-
YUV182.42122.6886.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.27%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=24.27%
G=41.88%
B=33.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242141730.4200.190.16152.6752.3366.27
Hex7CD6AD2A01310993442
Octal174326255520232023164102
Binary1111100110101101010110110101001001110000100110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CD6AD; }

 p { color: rgb(124,214,173); }

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

<style>
 a { background-color: #7CD6AD; }

 a { background-color: rgb(124,214,173); }

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

<style>
 span { border-color: #7CD6AD; }

 span { border-color: rgb(124,214,173); }

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