#7FF6C2

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

Shades of Aquamarine #7FF6C2

Tints of Aquamarine #7FF6C2

Color information

#7FF6C2 (or 0x7FF6C2) is unknown color: approx Aquamarine. HEX triplet: 7F, F6 and C2. RGB value is (127,246,194). Sum of RGB (Red+Green+Blue) = 127+246+194=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF6C2 is #80093D. Grayscale: #CCCCCC. Windows color (decimal): -8390974 or 12777087. OLE color: 12777087.

HSL color Cylindrical-coordinate representation of color #7FF6C2: hue angle of 153.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6C2 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB127246194-
CMYK0.4800.210.04
HSL153.78º86.86%73.14%-
HSV(B)153.78º48.37%96.47%-
XYZ51.4574.3262.67-
YUV204.49122.0872.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.40%
GREEN value IS 246 (96.48% from 255) = 43.39%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=22.40%
G=43.39%
B=34.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272461940.4800.210.04153.7886.8673.14
Hex7FF6C23001549a5749
Octal177366302600254232127111
Binary111111111110110110000101100000101011001001101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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