#7CAAA8

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

Shades of Neptune #7CAAA8

Tints of Neptune #7CAAA8

Color information

#7CAAA8 (or 0x7CAAA8) is unknown color: approx Neptune. HEX triplet: 7C, AA and A8. RGB value is (124,170,168). Sum of RGB (Red+Green+Blue) = 124+170+168=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAA8 is #835557. Grayscale: #9B9B9B. Windows color (decimal): -8607064 or 11053692. OLE color: 11053692.

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

Color convert

RGB124170168-
CMYK0.2700.010.33
HSL177.39º21.3%57.65%-
HSV(B)177.39º27.06%66.67%-
XYZ29.7535.8642.4-
YUV156.02134.76105.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=26.84%
G=36.80%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701680.2700.010.33177.3921.357.65
Hex7CAAA81B0121b1153a
Octal1742522503301412612572
Binary1111100101010101010100011011011000011011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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