#7EB6B6

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

Shades of Neptune #7EB6B6

Tints of Neptune #7EB6B6

Color information

#7EB6B6 (or 0x7EB6B6) is unknown color: approx Neptune. HEX triplet: 7E, B6 and B6. RGB value is (126,182,182). Sum of RGB (Red+Green+Blue) = 126+182+182=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #7EB6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB6B6 is #814949. Grayscale: #A5A5A5. Windows color (decimal): -8472906 or 11974270. OLE color: 11974270.

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

Color convert

RGB126182182-
CMYK0.31000.29
HSL180º27.72%60.39%-
HSV(B)180º30.77%71.37%-
XYZ33.7841.2750.44-
YUV165.26137.45100-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=25.71%
G=37.14%
B=37.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821820.31000.2918027.7260.39
Hex7EB6B61F001Db41c3c
Octal1762662663700352643474
Binary111111010110110101101101111100111011011010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,182,182); }

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

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

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

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

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

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

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