#71A0AA

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

Shades of Neptune #71A0AA

Tints of Neptune #71A0AA

Color information

#71A0AA (or 0x71A0AA) is unknown color: approx Neptune. HEX triplet: 71, A0 and AA. RGB value is (113,160,170). Sum of RGB (Red+Green+Blue) = 113+160+170=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #71A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0AA is #8E5F55. Grayscale: #929292. Windows color (decimal): -9330518 or 11182193. OLE color: 11182193.

HSL color Cylindrical-coordinate representation of color #71A0AA: hue angle of 190.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A0AA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113160170-
CMYK0.340.0600.33
HSL190.53º25.11%55.49%-
HSV(B)190.53º33.53%66.67%-
XYZ26.6431.5542.72-
YUV147.09140.93103.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=25.51%
G=36.12%
B=38.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131601700.340.0600.33190.5325.1155.49
Hex71A0AA226021bf1937
Octal1612402524260412773167
Binary1110001101000001010101010001011001000011011111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,160,170); }

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

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

 a { background-color: rgb(113,160,170); }

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

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

 span { border-color: rgb(113,160,170); }

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