#7DA9A9

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

Shades of Neptune #7DA9A9

Tints of Neptune #7DA9A9

Color information

#7DA9A9 (or 0x7DA9A9) is unknown color: approx Neptune. HEX triplet: 7D, A9 and A9. RGB value is (125,169,169). Sum of RGB (Red+Green+Blue) = 125+169+169=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 169 - color contains mainly: green, blue. Hex color #7DA9A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA9A9 is #825656. Grayscale: #9B9B9B. Windows color (decimal): -8541783 or 11118973. OLE color: 11118973.

HSL color Cylindrical-coordinate representation of color #7DA9A9: hue angle of 180º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA9A9 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB125169169-
CMYK0.26000.34
HSL180º20.37%57.65%-
HSV(B)180º26.04%66.27%-
XYZ29.8135.642.84-
YUV155.84135.42106-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=27.00%
G=36.50%
B=36.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251691690.26000.3418020.3757.65
Hex7DA9A91A0022b4143a
Octal1752512513200422642472
Binary1111101101010011010100111010001000101011010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,169); }

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

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

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

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

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

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

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