#7FFACF

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

Shades of Aquamarine #7FFACF

Tints of Aquamarine #7FFACF

Color information

#7FFACF (or 0x7FFACF) is unknown color: approx Aquamarine. HEX triplet: 7F, FA and CF. RGB value is (127,250,207). Sum of RGB (Red+Green+Blue) = 127+250+207=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACF is #800530. Grayscale: #D0D0D0. Windows color (decimal): -8389937 or 13630079. OLE color: 13630079.

HSL color Cylindrical-coordinate representation of color #7FFACF: hue angle of 159.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFACF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB127250207-
CMYK0.4900.170.02
HSL159.02º92.48%73.92%-
HSV(B)159.02º49.2%98.04%-
XYZ54.277.3971.11-
YUV208.32127.2570-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=21.75%
G=42.81%
B=35.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272502070.4900.170.02159.0292.4873.92
Hex7FFACF3101129f5c4a
Octal177372317610212237134112
Binary11111111111101011001111110001010001101001111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,250,207); }

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

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

 a { background-color: rgb(127,250,207); }

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

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

 span { border-color: rgb(127,250,207); }

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