#7EB0B3

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

Shades of Neptune #7EB0B3

Tints of Neptune #7EB0B3

Color information

#7EB0B3 (or 0x7EB0B3) is unknown color: approx Neptune. HEX triplet: 7E, B0 and B3. RGB value is (126,176,179). Sum of RGB (Red+Green+Blue) = 126+176+179=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EB0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0B3 is #814F4C. Grayscale: #A1A1A1. Windows color (decimal): -8474445 or 11776126. OLE color: 11776126.

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

Color convert

RGB126176179-
CMYK0.300.0200.30
HSL183.4º25.85%59.8%-
HSV(B)183.4º29.61%70.2%-
XYZ32.2738.7448.42-
YUV161.39137.94102.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=26.20%
G=36.59%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261761790.300.0200.30183.425.8559.8
Hex7EB0B31E201Eb71a3c
Octal1762602633620362673274
Binary1111110101100001011001111110100111101011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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