#7EABAD

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

Shades of Neptune #7EABAD

Tints of Neptune #7EABAD

Color information

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

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

Color convert

RGB126171173-
CMYK0.270.0100.32
HSL182.55º22.27%58.63%-
HSV(B)182.55º27.17%67.84%-
XYZ30.7136.5844.98-
YUV157.77136.59105.34-

RGB Variations

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

RGB

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

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
Decimal1261711730.270.0100.32182.5522.2758.63
Hex7EABAD1B1020b7163b
Octal1762532553310402672673
Binary1111110101010111010110111011101000001011011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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