#7FFCC2

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

Shades of Aquamarine #7FFCC2

Tints of Aquamarine #7FFCC2

Color information

#7FFCC2 (or 0x7FFCC2) is unknown color: approx Aquamarine. HEX triplet: 7F, FC and C2. RGB value is (127,252,194). Sum of RGB (Red+Green+Blue) = 127+252+194=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCC2 is #80033D. Grayscale: #D0D0D0. Windows color (decimal): -8389438 or 12778623. OLE color: 12778623.

HSL color Cylindrical-coordinate representation of color #7FFCC2: hue angle of 152.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCC2 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB127252194-
CMYK0.5000.230.01
HSL152.16º95.42%74.31%-
HSV(B)152.16º49.6%98.82%-
XYZ53.378.0363.29-
YUV208.01120.0970.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.16%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=22.16%
G=43.98%
B=33.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272521940.5000.230.01152.1695.4274.31
Hex7FFCC2320171985f4a
Octal177374302620271230137112
Binary1111111111111001100001011001001011111001100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,252,194); }

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

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

 a { background-color: rgb(127,252,194); }

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

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

 span { border-color: rgb(127,252,194); }

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