#71FADF

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

Shades of Aquamarine #71FADF

Tints of Aquamarine #71FADF

Color information

#71FADF (or 0x71FADF) is unknown color: approx Aquamarine. HEX triplet: 71, FA and DF. RGB value is (113,250,223). Sum of RGB (Red+Green+Blue) = 113+250+223=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #71FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FADF is #8E0520. Grayscale: #CDCDCD. Windows color (decimal): -9307425 or 14678641. OLE color: 14678641.

HSL color Cylindrical-coordinate representation of color #71FADF: hue angle of 168.18º 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 #71FADF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB113250223-
CMYK0.5500.110.02
HSL168.18º93.2%71.18%-
HSV(B)168.18º54.8%98.04%-
XYZ54.3177.2181.85-
YUV205.96137.6161.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.28%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=19.28%
G=42.66%
B=38.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132502230.5500.110.02168.1893.271.18
Hex71FADF370B2a85d47
Octal161372337670132250135107
Binary1110001111110101101111111011101011101010100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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