#7DACAB

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

Shades of Neptune #7DACAB

Tints of Neptune #7DACAB

Color information

#7DACAB (or 0x7DACAB) is unknown color: approx Neptune. HEX triplet: 7D, AC and AB. RGB value is (125,172,171). Sum of RGB (Red+Green+Blue) = 125+172+171=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAB is #825354. Grayscale: #9D9D9D. Windows color (decimal): -8541013 or 11250813. OLE color: 11250813.

HSL color Cylindrical-coordinate representation of color #7DACAB: hue angle of 178.72º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DACAB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB125172171-
CMYK0.2700.010.33
HSL178.72º22.07%58.24%-
HSV(B)178.72º27.33%67.45%-
XYZ30.5636.8144.02-
YUV157.83135.43104.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=26.71%
G=36.75%
B=36.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721710.2700.010.33178.7222.0758.24
Hex7DACAB1B0121b3163a
Octal1752542533301412632672
Binary1111101101011001010101111011011000011011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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