#7CADAA

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

Shades of Neptune #7CADAA

Tints of Neptune #7CADAA

Color information

#7CADAA (or 0x7CADAA) is unknown color: approx Neptune. HEX triplet: 7C, AD and AA. RGB value is (124,173,170). Sum of RGB (Red+Green+Blue) = 124+173+170=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #7CADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CADAA is #835255. Grayscale: #9D9D9D. Windows color (decimal): -8606294 or 11185532. OLE color: 11185532.

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

Color convert

RGB124173170-
CMYK0.2800.020.32
HSL176.33º23%58.24%-
HSV(B)176.33º28.32%67.84%-
XYZ30.5137.0743.58-
YUV158.01134.77103.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=26.55%
G=37.04%
B=36.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731700.2800.020.32176.332358.24
Hex7CADAA1C0220b0173a
Octal1742552523402402602772
Binary11111001010110110101010111000101000001011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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