#7CCEA6

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

Shades of Medium Aquamarine #7CCEA6

Tints of Medium Aquamarine #7CCEA6

Color information

#7CCEA6 (or 0x7CCEA6) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, CE and A6. RGB value is (124,206,166). Sum of RGB (Red+Green+Blue) = 124+206+166=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCEA6 is #833159. Grayscale: #B0B0B0. Windows color (decimal): -8597850 or 10931836. OLE color: 10931836.

HSL color Cylindrical-coordinate representation of color #7CCEA6: hue angle of 150.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEA6 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB124206166-
CMYK0.4000.190.19
HSL150.73º45.56%64.71%-
HSV(B)150.73º39.81%80.78%-
XYZ37.2751.1843.99-
YUV176.92121.8390.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=25%
G=41.53%
B=33.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242061660.4000.190.19150.7345.5664.71
Hex7CCEA62801313972e41
Octal174316246500232322756101
Binary1111100110011101010011010100001001110011100101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,166); }

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

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

 a { background-color: rgb(124,206,166); }

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

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

 span { border-color: rgb(124,206,166); }

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