#7EABAC

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

Shades of Neptune #7EABAC

Tints of Neptune #7EABAC

Color information

#7EABAC (or 0x7EABAC) is unknown color: approx Neptune. HEX triplet: 7E, AB and AC. RGB value is (126,171,172). Sum of RGB (Red+Green+Blue) = 126+171+172=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABAC is #815453. Grayscale: #9D9D9D. Windows color (decimal): -8475732 or 11316094. OLE color: 11316094.

HSL color Cylindrical-coordinate representation of color #7EABAC: hue angle of 181.3º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EABAC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126171172-
CMYK0.270.0100.33
HSL181.3º21.7%58.43%-
HSV(B)181.3º26.74%67.45%-
XYZ30.6136.5444.47-
YUV157.66136.09105.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=26.87%
G=36.46%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711720.270.0100.33181.321.758.43
Hex7EABAC1B1021b5163a
Octal1762532543310412652672
Binary1111110101010111010110011011101000011011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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