#7FAEAD

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

Shades of Neptune #7FAEAD

Tints of Neptune #7FAEAD

Color information

#7FAEAD (or 0x7FAEAD) is unknown color: approx Neptune. HEX triplet: 7F, AE and AD. RGB value is (127,174,173). Sum of RGB (Red+Green+Blue) = 127+174+173=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAD is #805152. Grayscale: #9F9F9F. Windows color (decimal): -8409427 or 11382399. OLE color: 11382399.

HSL color Cylindrical-coordinate representation of color #7FAEAD: hue angle of 178.72º 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 #7FAEAD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB127174173-
CMYK0.2700.010.32
HSL178.72º22.49%59.02%-
HSV(B)178.72º27.01%68.24%-
XYZ31.4337.845.17-
YUV159.83135.43104.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=26.79%
G=36.71%
B=36.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271741730.2700.010.32178.7222.4959.02
Hex7FAEAD1B0120b3163b
Octal1772562553301402632673
Binary1111111101011101010110111011011000001011001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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