#7CF1C4

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

Shades of Aquamarine #7CF1C4

Tints of Aquamarine #7CF1C4

Color information

#7CF1C4 (or 0x7CF1C4) is unknown color: approx Aquamarine. HEX triplet: 7C, F1 and C4. RGB value is (124,241,196). Sum of RGB (Red+Green+Blue) = 124+241+196=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1C4 is #830E3B. Grayscale: #C8C8C8. Windows color (decimal): -8588860 or 12906876. OLE color: 12906876.

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

Color convert

RGB124241196-
CMYK0.4900.190.05
HSL156.92º80.69%71.57%-
HSV(B)156.92º48.55%94.51%-
XYZ49.7371.1863.34-
YUV200.89125.2473.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.10%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=22.10%
G=42.96%
B=34.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242411960.4900.190.05156.9280.6971.57
Hex7CF1C43101359d5148
Octal174361304610235235121110
Binary111110011110001110001001100010100111011001110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,241,196); }

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

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

 a { background-color: rgb(124,241,196); }

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

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

 span { border-color: rgb(124,241,196); }

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