#71A0A1

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

Shades of Neptune #71A0A1

Tints of Neptune #71A0A1

Color information

#71A0A1 (or 0x71A0A1) is unknown color: approx Neptune. HEX triplet: 71, A0 and A1. RGB value is (113,160,161). Sum of RGB (Red+Green+Blue) = 113+160+161=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #71A0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0A1 is #8E5F5E. Grayscale: #929292. Windows color (decimal): -9330527 or 10592369. OLE color: 10592369.

HSL color Cylindrical-coordinate representation of color #71A0A1: hue angle of 181.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A0A1 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB113160161-
CMYK0.300.0100.37
HSL181.25º20.34%53.73%-
HSV(B)181.25º29.81%63.14%-
XYZ25.8131.2338.38-
YUV146.06136.43104.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=26.04%
G=36.87%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1131601610.300.0100.37181.2520.3453.73
Hex71A0A11E1025b51436
Octal1612402413610452652466
Binary1110001101000001010000111110101001011011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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