#7CAAAE

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

Shades of Neptune #7CAAAE

Tints of Neptune #7CAAAE

Color information

#7CAAAE (or 0x7CAAAE) is unknown color: approx Neptune. HEX triplet: 7C, AA and AE. RGB value is (124,170,174). Sum of RGB (Red+Green+Blue) = 124+170+174=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #7CAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAE is #835551. Grayscale: #9C9C9C. Windows color (decimal): -8607058 or 11446908. OLE color: 11446908.

HSL color Cylindrical-coordinate representation of color #7CAAAE: hue angle of 184.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAAAE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124170174-
CMYK0.290.0200.32
HSL184.8º23.58%58.43%-
HSV(B)184.8º28.74%68.24%-
XYZ30.3336.0945.41-
YUV156.7137.76104.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=26.50%
G=36.32%
B=37.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241701740.290.0200.32184.823.5858.43
Hex7CAAAE1D2020b9183a
Octal1742522563520402713072
Binary11111001010101010101110111011001000001011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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