#7EADAF

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

Shades of Neptune #7EADAF

Tints of Neptune #7EADAF

Color information

#7EADAF (or 0x7EADAF) is unknown color: approx Neptune. HEX triplet: 7E, AD and AF. RGB value is (126,173,175). Sum of RGB (Red+Green+Blue) = 126+173+175=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAF is #815250. Grayscale: #9F9F9F. Windows color (decimal): -8475217 or 11513214. OLE color: 11513214.

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

Color convert

RGB126173175-
CMYK0.280.0100.31
HSL182.45º23.44%59.02%-
HSV(B)182.45º28%68.63%-
XYZ31.2937.4246.13-
YUV159.17136.93104.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=26.58%
G=36.50%
B=36.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261731750.280.0100.31182.4523.4459.02
Hex7EADAF1C101Fb6173b
Octal1762552573410372662773
Binary111111010101101101011111110010111111011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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