#7EB1B2

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

Shades of Neptune #7EB1B2

Tints of Neptune #7EB1B2

Color information

#7EB1B2 (or 0x7EB1B2) is unknown color: approx Neptune. HEX triplet: 7E, B1 and B2. RGB value is (126,177,178). Sum of RGB (Red+Green+Blue) = 126+177+178=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #7EB1B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB1B2 is #814E4D. Grayscale: #A1A1A1. Windows color (decimal): -8474190 or 11710846. OLE color: 11710846.

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

Color convert

RGB126177178-
CMYK0.290.0100.30
HSL181.15º25.24%59.61%-
HSV(B)181.15º29.21%69.8%-
XYZ32.3639.0947.96-
YUV161.86137.1102.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=26.20%
G=36.80%
B=37.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261771780.290.0100.30181.1525.2459.61
Hex7EB1B21D101Eb5193c
Octal1762612623510362653174
Binary111111010110001101100101110110111101011010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,178); }

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

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

 a { background-color: rgb(126,177,178); }

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

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

 span { border-color: rgb(126,177,178); }

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