#7CF4C4

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

Shades of Aquamarine #7CF4C4

Tints of Aquamarine #7CF4C4

Color information

#7CF4C4 (or 0x7CF4C4) is unknown color: approx Aquamarine. HEX triplet: 7C, F4 and C4. RGB value is (124,244,196). Sum of RGB (Red+Green+Blue) = 124+244+196=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF4C4 is #830B3B. Grayscale: #CACACA. Windows color (decimal): -8588092 or 12907644. OLE color: 12907644.

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

Color convert

RGB124244196-
CMYK0.4900.200.04
HSL156º84.51%72.16%-
HSV(B)156º49.18%95.69%-
XYZ50.6372.9763.64-
YUV202.65124.2471.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.99%
GREEN value IS 244 (95.70% from 255) = 43.26%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=21.99%
G=43.26%
B=34.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242441960.4900.200.0415684.5172.16
Hex7CF4C43101449c5548
Octal174364304610244234125110
Binary111110011110100110001001100010101001001001110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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