#7DADAC

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

Shades of Neptune #7DADAC

Tints of Neptune #7DADAC

Color information

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

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

Color convert

RGB125173172-
CMYK0.2800.010.32
HSL178.75º22.64%58.43%-
HSV(B)178.75º27.75%67.84%-
XYZ30.8537.2344.59-
YUV158.53135.6104.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731720.2800.010.32178.7522.6458.43
Hex7DADAC1C0120b3173a
Octal1752552543401402632772
Binary1111101101011011010110011100011000001011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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