#7DAFAD

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

Shades of Neptune #7DAFAD

Tints of Neptune #7DAFAD

Color information

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

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

Color convert

RGB125175173-
CMYK0.2900.010.31
HSL177.6º23.81%58.82%-
HSV(B)177.6º28.57%68.63%-
XYZ31.3338.0445.23-
YUV159.82135.44103.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751730.2900.010.31177.623.8158.82
Hex7DAFAD1D011Fb2183b
Octal1752572553501372623073
Binary111110110101111101011011110101111111011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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