#7CD7AD

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

Shades of Medium Aquamarine #7CD7AD

Tints of Medium Aquamarine #7CD7AD

Color information

#7CD7AD (or 0x7CD7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D7 and AD. RGB value is (124,215,173). Sum of RGB (Red+Green+Blue) = 124+215+173=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #7CD7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD7AD is #832852. Grayscale: #B7B7B7. Windows color (decimal): -8595539 or 11392892. OLE color: 11392892.

HSL color Cylindrical-coordinate representation of color #7CD7AD: hue angle of 152.31º degrees, saturation: 0.53, 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 #7CD7AD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB124215173-
CMYK0.4200.200.16
HSL152.31º53.22%66.47%-
HSV(B)152.31º42.33%84.31%-
XYZ40.1655.948.21-
YUV183122.3585.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=24.22%
G=41.99%
B=33.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242151730.4200.200.16152.3153.2266.47
Hex7CD7AD2A01410983542
Octal174327255520242023065102
Binary1111100110101111010110110101001010010000100110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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