#7DADAF

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

Shades of Neptune #7DADAF

Tints of Neptune #7DADAF

Color information

#7DADAF (or 0x7DADAF) is unknown color: approx Neptune. HEX triplet: 7D, AD and AF. RGB value is (125,173,175). Sum of RGB (Red+Green+Blue) = 125+173+175=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAF is #825250. Grayscale: #9E9E9E. Windows color (decimal): -8540753 or 11513213. OLE color: 11513213.

HSL color Cylindrical-coordinate representation of color #7DADAF: hue angle of 182.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DADAF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125173175-
CMYK0.290.0100.31
HSL182.4º23.81%58.82%-
HSV(B)182.4º28.57%68.63%-
XYZ31.1437.3446.12-
YUV158.88137.1103.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=26.43%
G=36.58%
B=37.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251731750.290.0100.31182.423.8158.82
Hex7DADAF1D101Fb6183b
Octal1752552573510372663073
Binary111110110101101101011111110110111111011011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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