#7CD3A8

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

Shades of Medium Aquamarine #7CD3A8

Tints of Medium Aquamarine #7CD3A8

Color information

#7CD3A8 (or 0x7CD3A8) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D3 and A8. RGB value is (124,211,168). Sum of RGB (Red+Green+Blue) = 124+211+168=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD3A8 is #832C57. Grayscale: #B4B4B4. Windows color (decimal): -8596568 or 11064188. OLE color: 11064188.

HSL color Cylindrical-coordinate representation of color #7CD3A8: hue angle of 150.34º 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 #7CD3A8 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB124211168-
CMYK0.4100.200.17
HSL150.34º49.71%65.69%-
HSV(B)150.34º41.23%82.75%-
XYZ38.6753.745.37-
YUV180.08121.1888-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=24.65%
G=41.95%
B=33.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1242111680.4100.200.17150.3449.7165.69
Hex7CD3A82901411963242
Octal174323250510242122662102
Binary1111100110100111010100010100101010010001100101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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