#7CF2BF

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

Shades of Aquamarine #7CF2BF

Tints of Aquamarine #7CF2BF

Color information

#7CF2BF (or 0x7CF2BF) is unknown color: approx Aquamarine. HEX triplet: 7C, F2 and BF. RGB value is (124,242,191). Sum of RGB (Red+Green+Blue) = 124+242+191=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF2BF is #830D40. Grayscale: #C8C8C8. Windows color (decimal): -8588609 or 12579452. OLE color: 12579452.

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

Color convert

RGB124242191-
CMYK0.4900.210.05
HSL154.07º81.94%71.76%-
HSV(B)154.07º48.76%94.9%-
XYZ49.4771.5560.49-
YUV200.9122.4173.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.26%
GREEN value IS 242 (94.92% from 255) = 43.45%
BLUE value IS 191 (75% from 255) = 34.29%
R=22.26%
G=43.45%
B=34.29%

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
Decimal1242421910.4900.210.05154.0781.9471.76
Hex7CF2BF3101559a5248
Octal174362277610255232122110
Binary111110011110010101111111100010101011011001101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,242,191); }

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

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

 a { background-color: rgb(124,242,191); }

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

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

 span { border-color: rgb(124,242,191); }

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