#7CADAE

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

Shades of Neptune #7CADAE

Tints of Neptune #7CADAE

Color information

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

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

Color convert

RGB124173174-
CMYK0.290.0100.32
HSL181.2º23.58%58.43%-
HSV(B)181.2º28.74%68.24%-
XYZ30.937.2345.6-
YUV158.46136.77103.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731740.290.0100.32181.223.5858.43
Hex7CADAE1D1020b5183a
Octal1742552563510402653072
Binary1111100101011011010111011101101000001011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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