#7CF8D8

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

Shades of Aquamarine #7CF8D8

Tints of Aquamarine #7CF8D8

Color information

#7CF8D8 (or 0x7CF8D8) is unknown color: approx Aquamarine. HEX triplet: 7C, F8 and D8. RGB value is (124,248,216). Sum of RGB (Red+Green+Blue) = 124+248+216=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF8D8 is #830727. Grayscale: #CFCFCF. Windows color (decimal): -8587048 or 14219388. OLE color: 14219388.

HSL color Cylindrical-coordinate representation of color #7CF8D8: hue angle of 164.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF8D8 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB124248216-
CMYK0.500.130.03
HSL164.52º89.86%72.94%-
HSV(B)164.52º50%97.25%-
XYZ54.2776.3876.85-
YUV207.28132.9268.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.09%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=21.09%
G=42.18%
B=36.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1242482160.500.130.03164.5289.8672.94
Hex7CF8D8320D3a55a49
Octal174370330620153245132111
Binary1111100111110001101100011001001101111010010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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