#7CF4D8

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

Shades of Aquamarine #7CF4D8

Tints of Aquamarine #7CF4D8

Color information

#7CF4D8 (or 0x7CF4D8) is unknown color: approx Aquamarine. HEX triplet: 7C, F4 and D8. RGB value is (124,244,216). Sum of RGB (Red+Green+Blue) = 124+244+216=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF4D8 is #830B27. Grayscale: #CCCCCC. Windows color (decimal): -8588072 or 14218364. OLE color: 14218364.

HSL color Cylindrical-coordinate representation of color #7CF4D8: hue angle of 166º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF4D8 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB124244216-
CMYK0.4900.110.04
HSL166º84.51%72.16%-
HSV(B)166º49.18%95.69%-
XYZ53.0673.9476.44-
YUV204.93134.2470.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=21.23%
G=41.78%
B=36.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242442160.4900.110.0416684.5172.16
Hex7CF4D8310B4a65548
Octal174364330610134246125110
Binary11111001111010011011000110001010111001010011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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