#71FABA

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

Shades of Aquamarine #71FABA

Tints of Aquamarine #71FABA

Color information

#71FABA (or 0x71FABA) is unknown color: approx Aquamarine. HEX triplet: 71, FA and BA. RGB value is (113,250,186). Sum of RGB (Red+Green+Blue) = 113+250+186=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #71FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FABA is #8E0545. Grayscale: #C9C9C9. Windows color (decimal): -9307462 or 12253809. OLE color: 12253809.

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

Color convert

RGB113250186-
CMYK0.5500.260.02
HSL151.97º93.2%71.18%-
HSV(B)151.97º54.8%98.04%-
XYZ49.8675.4358.39-
YUV201.74119.1164.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.58%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=20.58%
G=45.54%
B=33.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132501860.5500.260.02151.9793.271.18
Hex71FABA3701A2985d47
Octal161372272670322230135107
Binary11100011111101010111010110111011010101001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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