#7cd8af

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

Shades of Medium Aquamarine #7CD8AF

Tints of Medium Aquamarine #7CD8AF

Color information

#7CD8AF (or 0x7CD8AF) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, D8 and AF. RGB value is (124,216,175). Sum of RGB (Red+Green+Blue) = 124+216+175=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD8AF is #832750. Grayscale: #B7B7B7. Windows color (decimal): -8595281 or 11524220. OLE color: 11524220.

HSL color Cylindrical-coordinate representation of color #7CD8AF: hue angle of 153.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD8AF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB124216175-
CMYK0.4300.190.15
HSL153.26º54.12%66.67%-
HSV(B)153.26º42.59%84.71%-
XYZ40.6156.4949.32-
YUV183.82123.0285.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.08%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=24.08%
G=41.94%
B=33.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242161750.4300.190.15153.2654.1266.67
Hex7CD8AF2B013F993643
Octal174330257530231723166103
Binary111110011011000101011111010110100111111100110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd8af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,216,175); }

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

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

 a { background-color: rgb(124,216,175); }

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

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

 span { border-color: rgb(124,216,175); }

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