#7EADAB

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

Shades of Neptune #7EADAB

Tints of Neptune #7EADAB

Color information

#7EADAB (or 0x7EADAB) is unknown color: approx Neptune. HEX triplet: 7E, AD and AB. RGB value is (126,173,171). Sum of RGB (Red+Green+Blue) = 126+173+171=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAB is #815254. Grayscale: #9E9E9E. Windows color (decimal): -8475221 or 11251070. OLE color: 11251070.

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

Color convert

RGB126173171-
CMYK0.2700.010.32
HSL177.45º22.27%58.63%-
HSV(B)177.45º27.17%67.84%-
XYZ30.937.2644.09-
YUV158.72134.93104.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=26.81%
G=36.81%
B=36.38%

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
Decimal1261731710.2700.010.32177.4522.2758.63
Hex7EADAB1B0120b1163b
Octal1762552533301402612673
Binary1111110101011011010101111011011000001011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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