#9EB6AF

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

Shades of Conch #9EB6AF

Tints of Conch #9EB6AF

Color information

#9EB6AF (or 0x9EB6AF) is unknown color: approx Conch. HEX triplet: 9E, B6 and AF. RGB value is (158,182,175). Sum of RGB (Red+Green+Blue) = 158+182+175=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AF is #614950. Grayscale: #AEAEAE. Windows color (decimal): -6375761 or 11515550. OLE color: 11515550.

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

Color convert

RGB158182175-
CMYK0.1300.040.29
HSL162.5º14.12%66.67%-
HSV(B)162.5º13.19%71.37%-
XYZ38.5743.8246.98-
YUV174.03128.55116.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=30.68%
G=35.34%
B=33.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821750.1300.040.29162.514.1266.67
Hex9EB6AFD041Da2e43
Octal23626625715043524216103
Binary10011110101101101010111111010100111011010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,175); }

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

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

 a { background-color: rgb(158,182,175); }

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

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

 span { border-color: rgb(158,182,175); }

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