#9FB2AE

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

Shades of Conch #9FB2AE

Tints of Conch #9FB2AE

Color information

#9FB2AE (or 0x9FB2AE) is unknown color: approx Conch. HEX triplet: 9F, B2 and AE. RGB value is (159,178,174). Sum of RGB (Red+Green+Blue) = 159+178+174=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB2AE is #604D51. Grayscale: #ABABAB. Windows color (decimal): -6311250 or 11448991. OLE color: 11448991.

HSL color Cylindrical-coordinate representation of color #9FB2AE: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB2AE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB159178174-
CMYK0.1100.020.30
HSL167.37º10.98%66.08%-
HSV(B)167.37º10.67%69.8%-
XYZ37.8642.2746.21-
YUV171.86129.21118.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=31.12%
G=34.83%
B=34.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591781740.1100.020.30167.3710.9866.08
Hex9FB2AEB021Ea7b42
Octal23726225613023624713102
Binary1001111110110010101011101011010111101010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,178,174); }

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

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

 a { background-color: rgb(159,178,174); }

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

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

 span { border-color: rgb(159,178,174); }

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