#7DAAAB

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

Shades of Neptune #7DAAAB

Tints of Neptune #7DAAAB

Color information

#7DAAAB (or 0x7DAAAB) is unknown color: approx Neptune. HEX triplet: 7D, AA and AB. RGB value is (125,170,171). Sum of RGB (Red+Green+Blue) = 125+170+171=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #7DAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAB is #825554. Grayscale: #9C9C9C. Windows color (decimal): -8541525 or 11250301. OLE color: 11250301.

HSL color Cylindrical-coordinate representation of color #7DAAAB: hue angle of 181.3º degrees, saturation: 0.21, 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 #7DAAAB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125170171-
CMYK0.270.0100.33
HSL181.3º21.5%58.04%-
HSV(B)181.3º26.9%67.06%-
XYZ30.1836.0543.9-
YUV156.66136.09105.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=26.82%
G=36.48%
B=36.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701710.270.0100.33181.321.558.04
Hex7DAAAB1B1021b5153a
Octal1752522533310412652572
Binary1111101101010101010101111011101000011011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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