#7CD3AC

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

Shades of Medium Aquamarine #7CD3AC

Tints of Medium Aquamarine #7CD3AC

Color information

#7CD3AC (or 0x7CD3AC) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D3 and AC. RGB value is (124,211,172). Sum of RGB (Red+Green+Blue) = 124+211+172=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD3AC is #832C53. Grayscale: #B4B4B4. Windows color (decimal): -8596564 or 11326332. OLE color: 11326332.

HSL color Cylindrical-coordinate representation of color #7CD3AC: hue angle of 153.1º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD3AC is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB124211172-
CMYK0.4100.180.17
HSL153.1º49.71%65.69%-
HSV(B)153.1º41.23%82.75%-
XYZ39.0553.8547.37-
YUV180.54123.1887.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=24.46%
G=41.62%
B=33.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1242111720.4100.180.17153.149.7165.69
Hex7CD3AC2901211993242
Octal174323254510222123162102
Binary1111100110100111010110010100101001010001100110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,211,172); }

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

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

 a { background-color: rgb(124,211,172); }

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

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

 span { border-color: rgb(124,211,172); }

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