#7DACAD

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

Shades of Neptune #7DACAD

Tints of Neptune #7DACAD

Color information

#7DACAD (or 0x7DACAD) is unknown color: approx Neptune. HEX triplet: 7D, AC and AD. RGB value is (125,172,173). Sum of RGB (Red+Green+Blue) = 125+172+173=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAD is #825352. Grayscale: #9E9E9E. Windows color (decimal): -8541011 or 11381885. OLE color: 11381885.

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

Color convert

RGB125172173-
CMYK0.280.0100.32
HSL181.25º22.64%58.43%-
HSV(B)181.25º27.75%67.84%-
XYZ30.7536.8845.03-
YUV158.06136.43104.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=26.60%
G=36.60%
B=36.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251721730.280.0100.32181.2522.6458.43
Hex7DACAD1C1020b5173a
Octal1752542553410402652772
Binary1111101101011001010110111100101000001011010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,173); }

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

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

 a { background-color: rgb(125,172,173); }

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

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

 span { border-color: rgb(125,172,173); }

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