#7CD4AA

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

Shades of Medium Aquamarine #7CD4AA

Tints of Medium Aquamarine #7CD4AA

Color information

#7CD4AA (or 0x7CD4AA) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D4 and AA. RGB value is (124,212,170). Sum of RGB (Red+Green+Blue) = 124+212+170=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #7CD4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD4AA is #832B55. Grayscale: #B4B4B4. Windows color (decimal): -8596310 or 11195516. OLE color: 11195516.

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

Color convert

RGB124212170-
CMYK0.4200.200.17
HSL151.36º50.57%65.88%-
HSV(B)151.36º41.51%83.14%-
XYZ39.1154.2746.44-
YUV180.9121.8587.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.51%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=24.51%
G=41.90%
B=33.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1242121700.4200.200.17151.3650.5765.88
Hex7CD4AA2A01411973342
Octal174324252520242122763102
Binary1111100110101001010101010101001010010001100101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,212,170); }

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

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

 a { background-color: rgb(124,212,170); }

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

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

 span { border-color: rgb(124,212,170); }

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