#7EB1B4

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

Shades of Neptune #7EB1B4

Tints of Neptune #7EB1B4

Color information

#7EB1B4 (or 0x7EB1B4) is unknown color: approx Neptune. HEX triplet: 7E, B1 and B4. RGB value is (126,177,180). Sum of RGB (Red+Green+Blue) = 126+177+180=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EB1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB1B4 is #814E4B. Grayscale: #A2A2A2. Windows color (decimal): -8474188 or 11841918. OLE color: 11841918.

HSL color Cylindrical-coordinate representation of color #7EB1B4: hue angle of 183.33º 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 #7EB1B4 is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126177180-
CMYK0.30.0200.29
HSL183.33º26.47%60%-
HSV(B)183.33º30%70.59%-
XYZ32.5639.1849.03-
YUV162.09138.1102.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=26.09%
G=36.65%
B=37.27%

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
Decimal1261771800.30.0200.29183.3326.4760
Hex7EB1B41E201Db71a3c
Octal1762612643620352673274
Binary1111110101100011011010011110100111011011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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