#7CAEAD

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

Shades of Neptune #7CAEAD

Tints of Neptune #7CAEAD

Color information

#7CAEAD (or 0x7CAEAD) is unknown color: approx Neptune. HEX triplet: 7C, AE and AD. RGB value is (124,174,173). Sum of RGB (Red+Green+Blue) = 124+174+173=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAD is #835152. Grayscale: #9E9E9E. Windows color (decimal): -8606035 or 11382396. OLE color: 11382396.

HSL color Cylindrical-coordinate representation of color #7CAEAD: hue angle of 178.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 #7CAEAD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB124174173-
CMYK0.2900.010.32
HSL178.8º23.58%58.43%-
HSV(B)178.8º28.74%68.24%-
XYZ30.9937.5745.15-
YUV158.94135.94103.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=26.33%
G=36.94%
B=36.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741730.2900.010.32178.823.5858.43
Hex7CAEAD1D0120b3183a
Octal1742562553501402633072
Binary1111100101011101010110111101011000001011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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