#7FAEAF

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

Shades of Neptune #7FAEAF

Tints of Neptune #7FAEAF

Color information

#7FAEAF (or 0x7FAEAF) is unknown color: approx Neptune. HEX triplet: 7F, AE and AF. RGB value is (127,174,175). Sum of RGB (Red+Green+Blue) = 127+174+175=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAF is #805150. Grayscale: #A0A0A0. Windows color (decimal): -8409425 or 11513471. OLE color: 11513471.

HSL color Cylindrical-coordinate representation of color #7FAEAF: hue angle of 181.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAEAF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127174175-
CMYK0.270.0100.31
HSL181.25º23.08%59.22%-
HSV(B)181.25º27.43%68.63%-
XYZ31.6337.8846.2-
YUV160.06136.43104.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=26.68%
G=36.55%
B=36.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271741750.270.0100.31181.2523.0859.22
Hex7FAEAF1B101Fb5173b
Octal1772562573310372652773
Binary111111110101110101011111101110111111011010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAEAF; }

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

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

<style>
 a { background-color: #7FAEAF; }

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

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

<style>
 span { border-color: #7FAEAF; }

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

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