#7CD8AD

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

Shades of Medium Aquamarine #7CD8AD

Tints of Medium Aquamarine #7CD8AD

Color information

#7CD8AD (or 0x7CD8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D8 and AD. RGB value is (124,216,173). Sum of RGB (Red+Green+Blue) = 124+216+173=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD8AD is #832752. Grayscale: #B7B7B7. Windows color (decimal): -8595283 or 11393148. OLE color: 11393148.

HSL color Cylindrical-coordinate representation of color #7CD8AD: hue angle of 151.96º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD8AD is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB124216173-
CMYK0.4300.200.15
HSL151.96º54.12%66.67%-
HSV(B)151.96º42.59%84.71%-
XYZ40.4156.4148.29-
YUV183.59122.0285.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=24.17%
G=42.11%
B=33.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242161730.4300.200.15151.9654.1266.67
Hex7CD8AD2B014F983643
Octal174330255530241723066103
Binary111110011011000101011011010110101001111100110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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