#7CF1E2

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

Shades of Aquamarine #7CF1E2

Tints of Aquamarine #7CF1E2

Color information

#7CF1E2 (or 0x7CF1E2) is unknown color: approx Aquamarine. HEX triplet: 7C, F1 and E2. RGB value is (124,241,226). Sum of RGB (Red+Green+Blue) = 124+241+226=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1E2 is #830E1D. Grayscale: #CCCCCC. Windows color (decimal): -8588830 or 14872956. OLE color: 14872956.

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

Color convert

RGB124241226-
CMYK0.4900.060.05
HSL172.31º80.69%71.57%-
HSV(B)172.31º48.55%94.51%-
XYZ53.4972.6983.16-
YUV204.31140.2470.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.98%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=20.98%
G=40.78%
B=38.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242412260.4900.060.05172.3180.6971.57
Hex7CF1E231065ac5148
Octal17436134261065254121110
Binary1111100111100011110001011000101101011010110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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