#7CF3D9

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

Shades of Aquamarine #7CF3D9

Tints of Aquamarine #7CF3D9

Color information

#7CF3D9 (or 0x7CF3D9) is unknown color: approx Aquamarine. HEX triplet: 7C, F3 and D9. RGB value is (124,243,217). Sum of RGB (Red+Green+Blue) = 124+243+217=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF3D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF3D9 is #830C26. Grayscale: #CCCCCC. Windows color (decimal): -8588327 or 14283644. OLE color: 14283644.

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

Color convert

RGB124243217-
CMYK0.4900.110.05
HSL166.89º83.22%71.96%-
HSV(B)166.89º48.97%95.29%-
XYZ52.8973.477.03-
YUV204.46135.0870.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=21.23%
G=41.61%
B=37.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242432170.4900.110.05166.8983.2271.96
Hex7CF3D9310B5a75348
Octal174363331610135247123110
Binary11111001111001111011001110001010111011010011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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