#7EACAD

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

Shades of Neptune #7EACAD

Tints of Neptune #7EACAD

Color information

#7EACAD (or 0x7EACAD) is unknown color: approx Neptune. HEX triplet: 7E, AC and AD. RGB value is (126,172,173). Sum of RGB (Red+Green+Blue) = 126+172+173=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #7EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAD is #815352. Grayscale: #9E9E9E. Windows color (decimal): -8475475 or 11381886. OLE color: 11381886.

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

Color convert

RGB126172173-
CMYK0.270.0100.32
HSL181.28º22.27%58.63%-
HSV(B)181.28º27.17%67.84%-
XYZ30.936.9645.04-
YUV158.36136.26104.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.75%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=26.75%
G=36.52%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261721730.270.0100.32181.2822.2758.63
Hex7EACAD1B1020b5163b
Octal1762542553310402652673
Binary1111110101011001010110111011101000001011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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