#7FADAB

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

Shades of Neptune #7FADAB

Tints of Neptune #7FADAB

Color information

#7FADAB (or 0x7FADAB) is unknown color: approx Neptune. HEX triplet: 7F, AD and AB. RGB value is (127,173,171). Sum of RGB (Red+Green+Blue) = 127+173+171=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #7FADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADAB is #805254. Grayscale: #9E9E9E. Windows color (decimal): -8409685 or 11251071. OLE color: 11251071.

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

Color convert

RGB127173171-
CMYK0.2700.010.32
HSL177.39º21.9%58.82%-
HSV(B)177.39º26.59%67.84%-
XYZ31.0537.3444.1-
YUV159.02134.76105.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=26.96%
G=36.73%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731710.2700.010.32177.3921.958.82
Hex7FADAB1B0120b1163b
Octal1772552533301402612673
Binary1111111101011011010101111011011000001011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,171); }

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

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

 a { background-color: rgb(127,173,171); }

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

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

 span { border-color: rgb(127,173,171); }

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