#7DABAA

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

Shades of Neptune #7DABAA

Tints of Neptune #7DABAA

Color information

#7DABAA (or 0x7DABAA) is unknown color: approx Neptune. HEX triplet: 7D, AB and AA. RGB value is (125,171,170). Sum of RGB (Red+Green+Blue) = 125+171+170=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAA is #825455. Grayscale: #9D9D9D. Windows color (decimal): -8541270 or 11185021. OLE color: 11185021.

HSL color Cylindrical-coordinate representation of color #7DABAA: hue angle of 178.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DABAA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB125171170-
CMYK0.2700.010.33
HSL178.7º21.5%58.04%-
HSV(B)178.7º26.9%67.06%-
XYZ30.2836.3943.46-
YUV157.13135.26105.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=26.82%
G=36.70%
B=36.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711700.2700.010.33178.721.558.04
Hex7DABAA1B0121b3153a
Octal1752532523301412632572
Binary1111101101010111010101011011011000011011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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