#7DAEAB

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

Shades of Neptune #7DAEAB

Tints of Neptune #7DAEAB

Color information

#7DAEAB (or 0x7DAEAB) is unknown color: approx Neptune. HEX triplet: 7D, AE and AB. RGB value is (125,174,171). Sum of RGB (Red+Green+Blue) = 125+174+171=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAB is #825154. Grayscale: #9E9E9E. Windows color (decimal): -8540501 or 11251325. OLE color: 11251325.

HSL color Cylindrical-coordinate representation of color #7DAEAB: hue angle of 176.33º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAEAB is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB125174171-
CMYK0.2800.020.32
HSL176.33º23.22%58.63%-
HSV(B)176.33º28.16%68.24%-
XYZ30.9437.5744.15-
YUV159.01134.77103.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=26.60%
G=37.02%
B=36.38%

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
Decimal1251741710.2800.020.32176.3323.2258.63
Hex7DAEAB1C0220b0173b
Octal1752562533402402602773
Binary11111011010111010101011111000101000001011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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