#71A7AF

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

Shades of Neptune #71A7AF

Tints of Neptune #71A7AF

Color information

#71A7AF (or 0x71A7AF) is unknown color: approx Neptune. HEX triplet: 71, A7 and AF. RGB value is (113,167,175). Sum of RGB (Red+Green+Blue) = 113+167+175=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #71A7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A7AF is #8E5850. Grayscale: #979797. Windows color (decimal): -9328721 or 11511665. OLE color: 11511665.

HSL color Cylindrical-coordinate representation of color #71A7AF: hue angle of 187.74º 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 #71A7AF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113167175-
CMYK0.350.0500.31
HSL187.74º27.93%56.47%-
HSV(B)187.74º35.43%68.63%-
XYZ28.3734.2445.67-
YUV151.77141.11100.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=24.84%
G=36.70%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131671750.350.0500.31187.7427.9356.47
Hex71A7AF23501Fbc1c38
Octal1612472574350372743470
Binary111000110100111101011111000111010111111011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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