#71A0A4

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

Shades of Neptune #71A0A4

Tints of Neptune #71A0A4

Color information

#71A0A4 (or 0x71A0A4) is unknown color: approx Neptune. HEX triplet: 71, A0 and A4. RGB value is (113,160,164). Sum of RGB (Red+Green+Blue) = 113+160+164=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #71A0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0A4 is #8E5F5B. Grayscale: #929292. Windows color (decimal): -9330524 or 10788977. OLE color: 10788977.

HSL color Cylindrical-coordinate representation of color #71A0A4: hue angle of 184.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A0A4 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113160164-
CMYK0.310.0200.36
HSL184.71º21.89%54.31%-
HSV(B)184.71º31.1%64.31%-
XYZ26.0831.3339.8-
YUV146.4137.93104.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=25.86%
G=36.61%
B=37.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131601640.310.0200.36184.7121.8954.31
Hex71A0A41F2024b91636
Octal1612402443720442712666
Binary11100011010000010100100111111001001001011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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