#7CD6AB

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

Shades of Medium Aquamarine #7CD6AB

Tints of Medium Aquamarine #7CD6AB

Color information

#7CD6AB (or 0x7CD6AB) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D6 and AB. RGB value is (124,214,171). Sum of RGB (Red+Green+Blue) = 124+214+171=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD6AB is #832954. Grayscale: #B6B6B6. Windows color (decimal): -8595797 or 11261564. OLE color: 11261564.

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

Color convert

RGB124214171-
CMYK0.4200.200.16
HSL151.33º52.33%66.27%-
HSV(B)151.33º42.06%83.92%-
XYZ39.7155.3247.11-
YUV182.19121.6886.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=24.36%
G=42.04%
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.16
SystemRedGreenBlueCMYKHSL
Decimal1242141710.4200.200.16151.3352.3366.27
Hex7CD6AB2A01410973442
Octal174326253520242022764102
Binary1111100110101101010101110101001010010000100101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,171); }

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

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

 a { background-color: rgb(124,214,171); }

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

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

 span { border-color: rgb(124,214,171); }

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