#7FAEAE

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

Shades of Neptune #7FAEAE

Tints of Neptune #7FAEAE

Color information

#7FAEAE (or 0x7FAEAE) is unknown color: approx Neptune. HEX triplet: 7F, AE and AE. RGB value is (127,174,174). Sum of RGB (Red+Green+Blue) = 127+174+174=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #7FAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAE is #805151. Grayscale: #9F9F9F. Windows color (decimal): -8409426 or 11447935. OLE color: 11447935.

HSL color Cylindrical-coordinate representation of color #7FAEAE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAEAE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127174174-
CMYK0.27000.32
HSL180º22.49%59.02%-
HSV(B)180º27.01%68.24%-
XYZ31.5337.8445.69-
YUV159.95135.93104.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=26.74%
G=36.63%
B=36.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271741740.27000.3218022.4959.02
Hex7FAEAE1B0020b4163b
Octal1772562563300402642673
Binary1111111101011101010111011011001000001011010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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