#9FB5AF

Color #9FB5AF Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9FB5AF

Tints of Conch #9FB5AF

Color information

#9FB5AF (or 0x9FB5AF) is unknown color: approx Conch. HEX triplet: 9F, B5 and AF. RGB value is (159,181,175). Sum of RGB (Red+Green+Blue) = 159+181+175=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5AF is #604A50. Grayscale: #ADADAD. Windows color (decimal): -6310481 or 11515295. OLE color: 11515295.

HSL color Cylindrical-coordinate representation of color #9FB5AF: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5AF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB159181175-
CMYK0.1200.030.29
HSL163.64º12.94%66.67%-
HSV(B)163.64º12.15%70.98%-
XYZ38.5643.5146.92-
YUV173.74128.71117.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.87%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=30.87%
G=35.15%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811750.1200.030.29163.6412.9466.67
Hex9FB5AFC031Da4d43
Octal23726525714033524415103
Binary1001111110110101101011111100011111011010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB5AF; }

 p { color: rgb(159,181,175); }

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

<style>
 a { background-color: #9FB5AF; }

 a { background-color: rgb(159,181,175); }

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

<style>
 span { border-color: #9FB5AF; }

 span { border-color: rgb(159,181,175); }

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