#7CF3C0

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

Shades of Aquamarine #7CF3C0

Tints of Aquamarine #7CF3C0

Color information

#7CF3C0 (or 0x7CF3C0) is unknown color: approx Aquamarine. HEX triplet: 7C, F3 and C0. RGB value is (124,243,192). Sum of RGB (Red+Green+Blue) = 124+243+192=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF3C0 is #830C3F. Grayscale: #C9C9C9. Windows color (decimal): -8588352 or 12645244. OLE color: 12645244.

HSL color Cylindrical-coordinate representation of color #7CF3C0: hue angle of 154.29º 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 #7CF3C0 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB124243192-
CMYK0.4900.210.05
HSL154.29º83.22%71.96%-
HSV(B)154.29º48.97%95.29%-
XYZ49.8872.1961.17-
YUV201.6122.5872.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.18%
GREEN value IS 243 (95.31% from 255) = 43.47%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=22.18%
G=43.47%
B=34.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242431920.4900.210.05154.2983.2271.96
Hex7CF3C03101559a5348
Octal174363300610255232123110
Binary111110011110011110000001100010101011011001101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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