#7CF3D6

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

Shades of Aquamarine #7CF3D6

Tints of Aquamarine #7CF3D6

Color information

#7CF3D6 (or 0x7CF3D6) is unknown color: approx Aquamarine. HEX triplet: 7C, F3 and D6. RGB value is (124,243,214). Sum of RGB (Red+Green+Blue) = 124+243+214=581 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.34% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF3D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF3D6 is #830C29. Grayscale: #CCCCCC. Windows color (decimal): -8588330 or 14087036. OLE color: 14087036.

HSL color Cylindrical-coordinate representation of color #7CF3D6: hue angle of 165.38º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF3D6 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB124243214-
CMYK0.4900.120.05
HSL165.38º83.22%71.96%-
HSV(B)165.38º48.97%95.29%-
XYZ52.573.2474.99-
YUV204.11133.5870.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.34%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=21.34%
G=41.82%
B=36.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242432140.4900.120.05165.3883.2271.96
Hex7CF3D6310C5a55348
Octal174363326610145245123110
Binary11111001111001111010110110001011001011010010110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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