#7EACAA

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

Shades of Neptune #7EACAA

Tints of Neptune #7EACAA

Color information

#7EACAA (or 0x7EACAA) is unknown color: approx Neptune. HEX triplet: 7E, AC and AA. RGB value is (126,172,170). Sum of RGB (Red+Green+Blue) = 126+172+170=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAA is #815355. Grayscale: #9D9D9D. Windows color (decimal): -8475478 or 11185278. OLE color: 11185278.

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

Color convert

RGB126172170-
CMYK0.2700.010.33
HSL177.39º21.7%58.43%-
HSV(B)177.39º26.74%67.45%-
XYZ30.6136.8443.53-
YUV158.02134.76105.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=26.92%
G=36.75%
B=36.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721700.2700.010.33177.3921.758.43
Hex7EACAA1B0121b1163a
Octal1762542523301412612672
Binary1111110101011001010101011011011000011011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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