#71A0AF

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

Shades of Neptune #71A0AF

Tints of Neptune #71A0AF

Color information

#71A0AF (or 0x71A0AF) is unknown color: approx Neptune. HEX triplet: 71, A0 and AF. RGB value is (113,160,175). Sum of RGB (Red+Green+Blue) = 113+160+175=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #71A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0AF is #8E5F50. Grayscale: #939393. Windows color (decimal): -9330513 or 11509873. OLE color: 11509873.

HSL color Cylindrical-coordinate representation of color #71A0AF: hue angle of 194.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A0AF is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113160175-
CMYK0.350.0900.31
HSL194.52º27.93%56.47%-
HSV(B)194.52º35.43%68.63%-
XYZ27.1231.7545.26-
YUV147.66143.43103.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.22%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=25.22%
G=35.71%
B=39.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131601750.350.0900.31194.5227.9356.47
Hex71A0AF23901Fc31c38
Octal16124025743110373033470
Binary1110001101000001010111110001110010111111100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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