#7EA8A5

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

Shades of Neptune #7EA8A5

Tints of Neptune #7EA8A5

Color information

#7EA8A5 (or 0x7EA8A5) is unknown color: approx Neptune. HEX triplet: 7E, A8 and A5. RGB value is (126,168,165). Sum of RGB (Red+Green+Blue) = 126+168+165=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA8A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA8A5 is #81575A. Grayscale: #9B9B9B. Windows color (decimal): -8476507 or 10856574. OLE color: 10856574.

HSL color Cylindrical-coordinate representation of color #7EA8A5: hue angle of 175.71º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA8A5 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB126168165-
CMYK0.2500.020.34
HSL175.71º19.44%57.65%-
HSV(B)175.71º25%65.88%-
XYZ29.435.1640.83-
YUV155.1133.59107.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=27.45%
G=36.60%
B=35.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261681650.2500.020.34175.7119.4457.65
Hex7EA8A5190222b0133a
Octal1762502453102422602372
Binary11111101010100010100101110010101000101011000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,168,165); }

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

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

 a { background-color: rgb(126,168,165); }

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

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

 span { border-color: rgb(126,168,165); }

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