#71AFAF

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

Shades of Neptune #71AFAF

Tints of Neptune #71AFAF

Color information

#71AFAF (or 0x71AFAF) is unknown color: approx Neptune. HEX triplet: 71, AF and AF. RGB value is (113,175,175). Sum of RGB (Red+Green+Blue) = 113+175+175=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #71AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AFAF is #8E5050. Grayscale: #9C9C9C. Windows color (decimal): -9326673 or 11513713. OLE color: 11513713.

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

Color convert

RGB113175175-
CMYK0.35000.31
HSL180º27.93%56.47%-
HSV(B)180º35.43%68.63%-
XYZ29.8837.2746.18-
YUV156.46138.4697-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.41%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=24.41%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751750.35000.3118027.9356.47
Hex71AFAF23001Fb41c38
Octal1612572574300372643470
Binary1110001101011111010111110001100111111011010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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