#7DABAD

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

Shades of Neptune #7DABAD

Tints of Neptune #7DABAD

Color information

#7DABAD (or 0x7DABAD) is unknown color: approx Neptune. HEX triplet: 7D, AB and AD. RGB value is (125,171,173). Sum of RGB (Red+Green+Blue) = 125+171+173=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAD is #825452. Grayscale: #9D9D9D. Windows color (decimal): -8541267 or 11381629. OLE color: 11381629.

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

Color convert

RGB125171173-
CMYK0.280.0100.32
HSL182.5º22.64%58.43%-
HSV(B)182.5º27.75%67.84%-
XYZ30.5636.544.97-
YUV157.47136.76104.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=26.65%
G=36.46%
B=36.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251711730.280.0100.32182.522.6458.43
Hex7DABAD1C1020b6173a
Octal1752532553410402662772
Binary1111101101010111010110111100101000001011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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