#7CADB4

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

Shades of Neptune #7CADB4

Tints of Neptune #7CADB4

Color information

#7CADB4 (or 0x7CADB4) is unknown color: approx Neptune. HEX triplet: 7C, AD and B4. RGB value is (124,173,180). Sum of RGB (Red+Green+Blue) = 124+173+180=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #7CADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADB4 is #83524B. Grayscale: #9F9F9F. Windows color (decimal): -8606284 or 11840892. OLE color: 11840892.

HSL color Cylindrical-coordinate representation of color #7CADB4: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CADB4 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124173180-
CMYK0.310.0400.29
HSL187.5º27.18%59.61%-
HSV(B)187.5º31.11%70.59%-
XYZ31.4937.4748.75-
YUV159.15139.77102.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=26.00%
G=36.27%
B=37.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241731800.310.0400.29187.527.1859.61
Hex7CADB41F401Dbc1b3c
Octal1742552643740352743374
Binary11111001010110110110100111111000111011011110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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