#71A2AE

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

Shades of Neptune #71A2AE

Tints of Neptune #71A2AE

Color information

#71A2AE (or 0x71A2AE) is unknown color: approx Neptune. HEX triplet: 71, A2 and AE. RGB value is (113,162,174). Sum of RGB (Red+Green+Blue) = 113+162+174=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #71A2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A2AE is #8E5D51. Grayscale: #949494. Windows color (decimal): -9330002 or 11444849. OLE color: 11444849.

HSL color Cylindrical-coordinate representation of color #71A2AE: hue angle of 191.8º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A2AE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113162174-
CMYK0.350.0700.32
HSL191.8º27.35%56.27%-
HSV(B)191.8º35.06%68.24%-
XYZ27.3732.4144.86-
YUV148.72142.27102.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=25.17%
G=36.08%
B=38.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131621740.350.0700.32191.827.3556.27
Hex71A2AE237020c01b38
Octal1612422564370403003370
Binary1110001101000101010111010001111101000001100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,174); }

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

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

 a { background-color: rgb(113,162,174); }

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

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

 span { border-color: rgb(113,162,174); }

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