#7EAFAE

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

Shades of Neptune #7EAFAE

Tints of Neptune #7EAFAE

Color information

#7EAFAE (or 0x7EAFAE) is unknown color: approx Neptune. HEX triplet: 7E, AF and AE. RGB value is (126,175,174). Sum of RGB (Red+Green+Blue) = 126+175+174=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAFAE is #815051. Grayscale: #A0A0A0. Windows color (decimal): -8474706 or 11448190. OLE color: 11448190.

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

Color convert

RGB126175174-
CMYK0.2800.010.31
HSL178.78º23.44%59.02%-
HSV(B)178.78º28%68.63%-
XYZ31.5738.1545.74-
YUV160.24135.77103.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=26.53%
G=36.84%
B=36.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751740.2800.010.31178.7823.4459.02
Hex7EAFAE1C011Fb3173b
Octal1762572563401372632773
Binary111111010101111101011101110001111111011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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