#71FACF

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

Shades of Aquamarine #71FACF

Tints of Aquamarine #71FACF

Color information

#71FACF (or 0x71FACF) is unknown color: approx Aquamarine. HEX triplet: 71, FA and CF. RGB value is (113,250,207). Sum of RGB (Red+Green+Blue) = 113+250+207=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #71FACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FACF is #8E0530. Grayscale: #CCCCCC. Windows color (decimal): -9307441 or 13630065. OLE color: 13630065.

HSL color Cylindrical-coordinate representation of color #71FACF: hue angle of 161.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FACF is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB113250207-
CMYK0.5500.170.02
HSL161.17º93.2%71.18%-
HSV(B)161.17º54.8%98.04%-
XYZ52.2676.3971.02-
YUV204.14129.6163-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.82%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=19.82%
G=43.86%
B=36.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132502070.5500.170.02161.1793.271.18
Hex71FACF370112a15d47
Octal161372317670212241135107
Binary11100011111101011001111110111010001101010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71FACF; }

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

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

<style>
 a { background-color: #71FACF; }

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

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

<style>
 span { border-color: #71FACF; }

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

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