#7CB1B0

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

Shades of Neptune #7CB1B0

Tints of Neptune #7CB1B0

Color information

#7CB1B0 (or 0x7CB1B0) is unknown color: approx Neptune. HEX triplet: 7C, B1 and B0. RGB value is (124,177,176). Sum of RGB (Red+Green+Blue) = 124+177+176=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB1B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB1B0 is #834E4F. Grayscale: #A0A0A0. Windows color (decimal): -8605264 or 11579772. OLE color: 11579772.

HSL color Cylindrical-coordinate representation of color #7CB1B0: hue angle of 178.87º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB1B0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB124177176-
CMYK0.3000.010.31
HSL178.87º25.36%59.02%-
HSV(B)178.87º29.94%69.41%-
XYZ31.8738.8646.9-
YUV161.04136.44101.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=26.00%
G=37.11%
B=36.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771760.3000.010.31178.8725.3659.02
Hex7CB1B01E011Fb3193b
Octal1742612603601372633173
Binary111110010110001101100001111001111111011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,176); }

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

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

 a { background-color: rgb(124,177,176); }

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

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

 span { border-color: rgb(124,177,176); }

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