#7DB0AE

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

Shades of Neptune #7DB0AE

Tints of Neptune #7DB0AE

Color information

#7DB0AE (or 0x7DB0AE) is unknown color: approx Neptune. HEX triplet: 7D, B0 and AE. RGB value is (125,176,174). Sum of RGB (Red+Green+Blue) = 125+176+174=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB0AE is #824F51. Grayscale: #A0A0A0. Windows color (decimal): -8539986 or 11448445. OLE color: 11448445.

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

Color convert

RGB125176174-
CMYK0.2900.010.31
HSL177.65º24.4%59.02%-
HSV(B)177.65º28.98%69.02%-
XYZ31.6238.4745.8-
YUV160.52135.6102.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=26.32%
G=37.05%
B=36.63%

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
Decimal1251761740.2900.010.31177.6524.459.02
Hex7DB0AE1D011Fb2183b
Octal1752602563501372623073
Binary111110110110000101011101110101111111011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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