#71AEAF

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

Shades of Neptune #71AEAF

Tints of Neptune #71AEAF

Color information

#71AEAF (or 0x71AEAF) is unknown color: approx Neptune. HEX triplet: 71, AE and AF. RGB value is (113,174,175). Sum of RGB (Red+Green+Blue) = 113+174+175=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #71AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEAF is #8E5150. Grayscale: #9B9B9B. Windows color (decimal): -9326929 or 11513457. OLE color: 11513457.

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

Color convert

RGB113174175-
CMYK0.350.0100.31
HSL180.97º27.93%56.47%-
HSV(B)180.97º35.43%68.63%-
XYZ29.6836.8846.11-
YUV155.87138.7997.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.46%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=24.46%
G=37.66%
B=37.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131741750.350.0100.31180.9727.9356.47
Hex71AEAF23101Fb51c38
Octal1612562574310372653470
Binary1110001101011101010111110001110111111011010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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