#71ABAC

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

Shades of Neptune #71ABAC

Tints of Neptune #71ABAC

Color information

#71ABAC (or 0x71ABAC) is unknown color: approx Neptune. HEX triplet: 71, AB and AC. RGB value is (113,171,172). Sum of RGB (Red+Green+Blue) = 113+171+172=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #71ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ABAC is #8E5453. Grayscale: #999999. Windows color (decimal): -9327700 or 11316081. OLE color: 11316081.

HSL color Cylindrical-coordinate representation of color #71ABAC: hue angle of 181.02º 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 #71ABAC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113171172-
CMYK0.340.0100.33
HSL181.02º26.22%55.88%-
HSV(B)181.02º34.3%67.45%-
XYZ28.8235.6244.39-
YUV153.77138.2898.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=24.78%
G=37.5%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131711720.340.0100.33181.0226.2255.88
Hex71ABAC221021b51a38
Octal1612532544210412653270
Binary11100011010101110101100100010101000011011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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