#7CAAAA

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

Shades of Neptune #7CAAAA

Tints of Neptune #7CAAAA

Color information

#7CAAAA (or 0x7CAAAA) is unknown color: approx Neptune. HEX triplet: 7C, AA and AA. RGB value is (124,170,170). Sum of RGB (Red+Green+Blue) = 124+170+170=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #7CAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAA is #835555. Grayscale: #9C9C9C. Windows color (decimal): -8607062 or 11184764. OLE color: 11184764.

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

Color convert

RGB124170170-
CMYK0.27000.33
HSL180º21.3%57.65%-
HSV(B)180º27.06%66.67%-
XYZ29.9435.9443.39-
YUV156.25135.76105-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=26.72%
G=36.64%
B=36.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701700.27000.3318021.357.65
Hex7CAAAA1B0021b4153a
Octal1742522523300412642572
Binary1111100101010101010101011011001000011011010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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