#7EB5B4

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

Shades of Neptune #7EB5B4

Tints of Neptune #7EB5B4

Color information

#7EB5B4 (or 0x7EB5B4) is unknown color: approx Neptune. HEX triplet: 7E, B5 and B4. RGB value is (126,181,180). Sum of RGB (Red+Green+Blue) = 126+181+180=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB5B4 is #814A4B. Grayscale: #A4A4A4. Windows color (decimal): -8473164 or 11842942. OLE color: 11842942.

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

Color convert

RGB126181180-
CMYK0.3000.010.29
HSL178.91º27.09%60.2%-
HSV(B)178.91º30.39%70.98%-
XYZ33.3740.7849.29-
YUV164.44136.78100.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=25.87%
G=37.17%
B=36.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811800.3000.010.29178.9127.0960.2
Hex7EB5B41E011Db31b3c
Octal1762652643601352633374
Binary111111010110101101101001111001111011011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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