#71A1AC

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

Shades of Neptune #71A1AC

Tints of Neptune #71A1AC

Color information

#71A1AC (or 0x71A1AC) is unknown color: approx Neptune. HEX triplet: 71, A1 and AC. RGB value is (113,161,172). Sum of RGB (Red+Green+Blue) = 113+161+172=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #71A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A1AC is #8E5E53. Grayscale: #939393. Windows color (decimal): -9330260 or 11313521. OLE color: 11313521.

HSL color Cylindrical-coordinate representation of color #71A1AC: hue angle of 191.19º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A1AC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113161172-
CMYK0.340.0600.33
HSL191.19º26.22%55.88%-
HSV(B)191.19º34.3%67.45%-
XYZ2731.9843.78-
YUV147.9141.6103.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=25.34%
G=36.10%
B=38.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131611720.340.0600.33191.1926.2255.88
Hex71A1AC226021bf1a38
Octal1612412544260412773270
Binary1110001101000011010110010001011001000011011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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