#7CCCA6

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

Shades of Medium Aquamarine #7CCCA6

Tints of Medium Aquamarine #7CCCA6

Color information

#7CCCA6 (or 0x7CCCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, CC and A6. RGB value is (124,204,166). Sum of RGB (Red+Green+Blue) = 124+204+166=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCA6 is #833359. Grayscale: #AFAFAF. Windows color (decimal): -8598362 or 10931324. OLE color: 10931324.

HSL color Cylindrical-coordinate representation of color #7CCCA6: hue angle of 151.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCA6 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB124204166-
CMYK0.3900.190.2
HSL151.5º43.96%64.31%-
HSV(B)151.5º39.22%80%-
XYZ36.7950.2243.83-
YUV175.75122.591.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=25.10%
G=41.30%
B=33.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041660.3900.190.2151.543.9664.31
Hex7CCCA62701314982c40
Octal174314246470232423054100
Binary1111100110011001010011010011101001110100100110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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