#7CAAAC

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

Shades of Neptune #7CAAAC

Tints of Neptune #7CAAAC

Color information

#7CAAAC (or 0x7CAAAC) is unknown color: approx Neptune. HEX triplet: 7C, AA and AC. RGB value is (124,170,172). Sum of RGB (Red+Green+Blue) = 124+170+172=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAC is #835553. Grayscale: #9C9C9C. Windows color (decimal): -8607060 or 11315836. OLE color: 11315836.

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

Color convert

RGB124170172-
CMYK0.280.0100.33
HSL182.5º22.43%58.04%-
HSV(B)182.5º27.91%67.45%-
XYZ30.1336.0144.39-
YUV156.47136.76104.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=26.61%
G=36.48%
B=36.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701720.280.0100.33182.522.4358.04
Hex7CAAAC1C1021b6163a
Octal1742522543410412662672
Binary1111100101010101010110011100101000011011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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