#7CB1AF

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

Shades of Neptune #7CB1AF

Tints of Neptune #7CB1AF

Color information

#7CB1AF (or 0x7CB1AF) is unknown color: approx Neptune. HEX triplet: 7C, B1 and AF. RGB value is (124,177,175). Sum of RGB (Red+Green+Blue) = 124+177+175=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB1AF is #834E50. Grayscale: #A0A0A0. Windows color (decimal): -8605265 or 11514236. OLE color: 11514236.

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

Color convert

RGB124177175-
CMYK0.3000.010.31
HSL177.74º25.36%59.02%-
HSV(B)177.74º29.94%69.41%-
XYZ31.7738.8246.38-
YUV160.92135.94101.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=26.05%
G=37.18%
B=36.76%

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
Decimal1241771750.3000.010.31177.7425.3659.02
Hex7CB1AF1E011Fb2193b
Octal1742612573601372623173
Binary111110010110001101011111111001111111011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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