#7DAAAC

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

Shades of Neptune #7DAAAC

Tints of Neptune #7DAAAC

Color information

#7DAAAC (or 0x7DAAAC) is unknown color: approx Neptune. HEX triplet: 7D, AA and AC. RGB value is (125,170,172). Sum of RGB (Red+Green+Blue) = 125+170+172=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAC is #825553. Grayscale: #9C9C9C. Windows color (decimal): -8541524 or 11315837. OLE color: 11315837.

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

Color convert

RGB125170172-
CMYK0.270.0100.33
HSL182.55º22.07%58.24%-
HSV(B)182.55º27.33%67.45%-
XYZ30.2836.0944.4-
YUV156.77136.59105.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=26.77%
G=36.40%
B=36.83%

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
Decimal1251701720.270.0100.33182.5522.0758.24
Hex7DAAAC1B1021b7163a
Octal1752522543310412672672
Binary1111101101010101010110011011101000011011011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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