#7FFACD

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

Shades of Aquamarine #7FFACD

Tints of Aquamarine #7FFACD

Color information

#7FFACD (or 0x7FFACD) is unknown color: approx Aquamarine. HEX triplet: 7F, FA and CD. RGB value is (127,250,205). Sum of RGB (Red+Green+Blue) = 127+250+205=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACD is #800532. Grayscale: #D0D0D0. Windows color (decimal): -8389939 or 13499007. OLE color: 13499007.

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

Color convert

RGB127250205-
CMYK0.4900.180.02
HSL158.05º92.48%73.92%-
HSV(B)158.05º49.2%98.04%-
XYZ53.9677.2969.83-
YUV208.09126.2570.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.82%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=21.82%
G=42.96%
B=35.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272502050.4900.180.02158.0592.4873.92
Hex7FFACD3101229e5c4a
Octal177372315610222236134112
Binary11111111111101011001101110001010010101001111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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