#7DADAA

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

Shades of Neptune #7DADAA

Tints of Neptune #7DADAA

Color information

#7DADAA (or 0x7DADAA) is unknown color: approx Neptune. HEX triplet: 7D, AD and AA. RGB value is (125,173,170). Sum of RGB (Red+Green+Blue) = 125+173+170=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #7DADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAA is #825255. Grayscale: #9E9E9E. Windows color (decimal): -8540758 or 11185533. OLE color: 11185533.

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

Color convert

RGB125173170-
CMYK0.2800.020.32
HSL176.25º22.64%58.43%-
HSV(B)176.25º27.75%67.84%-
XYZ30.6637.1543.58-
YUV158.31134.6104.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=26.71%
G=36.97%
B=36.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731700.2800.020.32176.2522.6458.43
Hex7DADAA1C0220b0173a
Octal1752552523402402602772
Binary11111011010110110101010111000101000001011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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