#7DABAF

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

Shades of Neptune #7DABAF

Tints of Neptune #7DABAF

Color information

#7DABAF (or 0x7DABAF) is unknown color: approx Neptune. HEX triplet: 7D, AB and AF. RGB value is (125,171,175). Sum of RGB (Red+Green+Blue) = 125+171+175=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAF is #825450. Grayscale: #9D9D9D. Windows color (decimal): -8541265 or 11512701. OLE color: 11512701.

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

Color convert

RGB125171175-
CMYK0.290.0200.31
HSL184.8º23.81%58.82%-
HSV(B)184.8º28.57%68.63%-
XYZ30.7636.5846-
YUV157.7137.76104.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=26.54%
G=36.31%
B=37.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251711750.290.0200.31184.823.8158.82
Hex7DABAF1D201Fb9183b
Octal1752532573520372713073
Binary1111101101010111010111111101100111111011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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