#7DADAD

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

Shades of Neptune #7DADAD

Tints of Neptune #7DADAD

Color information

#7DADAD (or 0x7DADAD) is unknown color: approx Neptune. HEX triplet: 7D, AD and AD. RGB value is (125,173,173). Sum of RGB (Red+Green+Blue) = 125+173+173=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #7DADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAD is #825252. Grayscale: #9E9E9E. Windows color (decimal): -8540755 or 11382141. OLE color: 11382141.

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

Color convert

RGB125173173-
CMYK0.28000.32
HSL180º22.64%58.43%-
HSV(B)180º27.75%67.84%-
XYZ30.9437.2645.1-
YUV158.65136.1104-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=26.54%
G=36.73%
B=36.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731730.28000.3218022.6458.43
Hex7DADAD1C0020b4173a
Octal1752552553400402642772
Binary1111101101011011010110111100001000001011010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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