#7EB0B4

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

Shades of Neptune #7EB0B4

Tints of Neptune #7EB0B4

Color information

#7EB0B4 (or 0x7EB0B4) is unknown color: approx Neptune. HEX triplet: 7E, B0 and B4. RGB value is (126,176,180). Sum of RGB (Red+Green+Blue) = 126+176+180=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EB0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0B4 is #814F4B. Grayscale: #A1A1A1. Windows color (decimal): -8474444 or 11841662. OLE color: 11841662.

HSL color Cylindrical-coordinate representation of color #7EB0B4: hue angle of 184.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB0B4 is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126176180-
CMYK0.30.0200.29
HSL184.44º26.47%60%-
HSV(B)184.44º30%70.59%-
XYZ32.3738.7848.96-
YUV161.51138.44102.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.14%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=26.14%
G=36.51%
B=37.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261761800.30.0200.29184.4426.4760
Hex7EB0B41E201Db81a3c
Octal1762602643620352703274
Binary1111110101100001011010011110100111011011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,180); }

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

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

 a { background-color: rgb(126,176,180); }

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

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

 span { border-color: rgb(126,176,180); }

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