#7CAAAB

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

Shades of Neptune #7CAAAB

Tints of Neptune #7CAAAB

Color information

#7CAAAB (or 0x7CAAAB) is unknown color: approx Neptune. HEX triplet: 7C, AA and AB. RGB value is (124,170,171). Sum of RGB (Red+Green+Blue) = 124+170+171=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #7CAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAB is #835554. Grayscale: #9C9C9C. Windows color (decimal): -8607061 or 11250300. OLE color: 11250300.

HSL color Cylindrical-coordinate representation of color #7CAAAB: hue angle of 181.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAAAB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124170171-
CMYK0.270.0100.33
HSL181.28º21.86%57.84%-
HSV(B)181.28º27.49%67.06%-
XYZ30.0435.9743.89-
YUV156.36136.26104.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=26.67%
G=36.56%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701710.270.0100.33181.2821.8657.84
Hex7CAAAB1B1021b5163a
Octal1742522533310412652672
Binary1111100101010101010101111011101000011011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,171); }

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

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

 a { background-color: rgb(124,170,171); }

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

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

 span { border-color: rgb(124,170,171); }

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